Html Css Color HEX #BCF5ED Pale Turquoise

📋 copy color: '#BCF5ED'

red 188 ◦ green 245 ◦ blue 237

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

Shades of Pale Turquoise #BCF5ED

Tints of Pale Turquoise #BCF5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.37%

R = 28.06%
G = 36.57%
B = 35.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#BCF5ED (or 0xBCF5ED) is known color: Pale Turquoise. HEX triplet: BC, F5 and ED. RGB value is (188,245,237). Sum of RGB (Red+Green+Blue) = 188+245+237=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF5ED is #430A12. Grayscale: #E3E3E3. Windows color (decimal): -4393491 or 15594940. OLE color: 15594940.

HSL color Cylindrical-coordinate representation of color #BCF5ED: hue angle of 171.58º 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 #BCF5ED is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 237 -
CMYK 0.23 0 0.03 0.04
HSL 171.58º 0.74% 0.85% -
HSV(B) 171.58º 0.23% 0.96% -
XYZ 68.68 82.11 92.35 -
YUV 227.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 188 245 237 0.23 0 0.03 0.04 171.58 0.74 0.85
Hex BC F5 ED 17 0 3 4 AC 4A 55
Octal 274 365 355 27 0 3 4 254 112 125
Binary 10111100 11110101 11101101 10111 0 11 100 10101100 1001010 1010101

Color Harmonies of #BCF5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF5ED

Black with #BCF5ED

Text Example


Text Example

White with #BCF5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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