Html Css Color HEX #BCF5EF Pale Turquoise

📋 copy color: '#BCF5EF'

red 188 ◦ green 245 ◦ blue 239

#BCF5EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #BCF5EF

Tints of Pale Turquoise #BCF5EF

RGB

 RED value IS 188 (73.83% from 255) = 27.98%

 GREEN value IS 245 (96.09% from 255) = 36.46%

 BLUE value IS 239 (93.75% from 255) = 35.57%

R = 27.98%
G = 36.46%
B = 35.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCF5EF (or 0xBCF5EF) is known color: Pale Turquoise. HEX triplet: BC, F5 and EF. RGB value is (188,245,239). Sum of RGB (Red+Green+Blue) = 188+245+239=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF5EF is #430A10. Grayscale: #E3E3E3. Windows color (decimal): -4393489 or 15726012. OLE color: 15726012.

HSL color Cylindrical-coordinate representation of color #BCF5EF: hue angle of 173.68º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF5EF is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 239 -
CMYK 0.23 0 0.02 0.04
HSL 173.68º 0.74% 0.85% -
HSV(B) 173.68º 0.23% 0.96% -
XYZ 68.97 82.23 93.9 -
YUV 227.27 134.62 99.99 -
System Red Green Blue C M Y K H S L
Decimal 188 245 239 0.23 0 0.02 0.04 173.68 0.74 0.85
Hex BC F5 EF 17 0 2 4 AE 4A 55
Octal 274 365 357 27 0 2 4 256 112 125
Binary 10111100 11110101 11101111 10111 0 10 100 10101110 1001010 1010101

Color Harmonies of #BCF5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF5EF

Black with #BCF5EF

Text Example


Text Example

White with #BCF5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF5EF; }

 p { color: rgb(188,245,239); }

 H1.HeaderClassName
 {
   color: #BCF5EF;
 }
 .AnyTagClassName
 {
   color: #BCF5EF;
 }
</style>

background-color css

<style>
 a { background-color: #BCF5EF; }

 a { background-color: rgb(188,245,239); }

 div.DivClassName
 {
   background-color: #BCF5EF;
 }
 .BgClassName
 {
   background-color: #BCF5EF;
 }
</style>

border-color css

<style>
 span { border-color: #BCF5EF; }

 span { border-color: rgb(188,245,239); }

 td.TdClassName
 {
   border-color: #BCF5EF;
 }
 .TagClassName
 {
   border-color: #BCF5EF;
 }
</style>