Html Css Color HEX #BCF0EA Pale Turquoise

📋 copy color: '#BCF0EA'

red 188 ◦ green 240 ◦ blue 234

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

Shades of Pale Turquoise #BCF0EA

Tints of Pale Turquoise #BCF0EA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.25%

 BLUE value IS 234 (91.8% from 255) = 35.35%

R = 28.4%
G = 36.25%
B = 35.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#BCF0EA (or 0xBCF0EA) is known color: Pale Turquoise. HEX triplet: BC, F0 and EA. RGB value is (188,240,234). Sum of RGB (Red+Green+Blue) = 188+240+234=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0EA is #430F15. Grayscale: #DFDFDF. Windows color (decimal): -4394774 or 15397052. OLE color: 15397052.

HSL color Cylindrical-coordinate representation of color #BCF0EA: hue angle of 173.08º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0EA is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 234 -
CMYK 0.22 0 0.02 0.06
HSL 173.08º 0.63% 0.84% -
HSV(B) 173.08º 0.22% 0.94% -
XYZ 66.75 78.95 89.56 -
YUV 223.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 188 240 234 0.22 0 0.02 0.06 173.08 0.63 0.84
Hex BC F0 EA 16 0 2 6 AD 3F 54
Octal 274 360 352 26 0 2 6 255 77 124
Binary 10111100 11110000 11101010 10110 0 10 110 10101101 111111 1010100

Color Harmonies of #BCF0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0EA

Black with #BCF0EA

Text Example


Text Example

White with #BCF0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0EA; }

 p { color: rgb(188,240,234); }

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

background-color css

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

 a { background-color: rgb(188,240,234); }

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

border-color css

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

 span { border-color: rgb(188,240,234); }

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