Html Css Color HEX #BCF5EE Pale Turquoise

📋 copy color: '#BCF5EE'

red 188 ◦ green 245 ◦ blue 238

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

Shades of Pale Turquoise #BCF5EE

Tints of Pale Turquoise #BCF5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.47%

R = 28.02%
G = 36.51%
B = 35.47%

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

#BCF5EE (or 0xBCF5EE) is known color: Pale Turquoise. HEX triplet: BC, F5 and EE. RGB value is (188,245,238). Sum of RGB (Red+Green+Blue) = 188+245+238=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF5EE is #430A11. Grayscale: #E3E3E3. Windows color (decimal): -4393490 or 15660476. OLE color: 15660476.

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

Color convert

RGB 188 245 238 -
CMYK 0.23 0 0.03 0.04
HSL 172.63º 0.74% 0.85% -
HSV(B) 172.63º 0.23% 0.96% -
XYZ 68.82 82.17 93.12 -
YUV 227.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 188 245 238 0.23 0 0.03 0.04 172.63 0.74 0.85
Hex BC F5 EE 17 0 3 4 AD 4A 55
Octal 274 365 356 27 0 3 4 255 112 125
Binary 10111100 11110101 11101110 10111 0 11 100 10101101 1001010 1010101

Color Harmonies of #BCF5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF5EE

Black with #BCF5EE

Text Example


Text Example

White with #BCF5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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