Html Css Color HEX #BCF1EA Pale Turquoise

📋 copy color: '#BCF1EA'

red 188 ◦ green 241 ◦ blue 234

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

Shades of Pale Turquoise #BCF1EA

Tints of Pale Turquoise #BCF1EA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.35%

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

R = 28.36%
G = 36.35%
B = 35.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#BCF1EA (or 0xBCF1EA) is known color: Pale Turquoise. HEX triplet: BC, F1 and EA. RGB value is (188,241,234). Sum of RGB (Red+Green+Blue) = 188+241+234=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF1EA is #430E15. Grayscale: #E0E0E0. Windows color (decimal): -4394518 or 15397308. OLE color: 15397308.

HSL color Cylindrical-coordinate representation of color #BCF1EA: hue angle of 172.08º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF1EA is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 234 -
CMYK 0.22 0 0.03 0.05
HSL 172.08º 0.65% 0.84% -
HSV(B) 172.08º 0.22% 0.95% -
XYZ 67.05 79.54 89.66 -
YUV 224.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 188 241 234 0.22 0 0.03 0.05 172.08 0.65 0.84
Hex BC F1 EA 16 0 3 5 AC 41 54
Octal 274 361 352 26 0 3 5 254 101 124
Binary 10111100 11110001 11101010 10110 0 11 101 10101100 1000001 1010100

Color Harmonies of #BCF1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF1EA

Black with #BCF1EA

Text Example


Text Example

White with #BCF1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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