Html Css Color HEX #BBF5ED Pale Turquoise

📋 copy color: '#BBF5ED'

red 187 ◦ green 245 ◦ blue 237

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

Shades of Pale Turquoise #BBF5ED

Tints of Pale Turquoise #BBF5ED

RGB

 RED value IS 187 (73.44% from 255) = 27.95%

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

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

R = 27.95%
G = 36.62%
B = 35.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#BBF5ED (or 0xBBF5ED) is known color: Pale Turquoise. HEX triplet: BB, F5 and ED. RGB value is (187,245,237). Sum of RGB (Red+Green+Blue) = 187+245+237=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF5ED is #440A12. Grayscale: #E2E2E2. Windows color (decimal): -4459027 or 15594939. OLE color: 15594939.

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

Color convert

RGB 187 245 237 -
CMYK 0.24 0 0.03 0.04
HSL 171.72º 0.74% 0.85% -
HSV(B) 171.72º 0.24% 0.96% -
XYZ 68.43 81.98 92.34 -
YUV 226.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 187 245 237 0.24 0 0.03 0.04 171.72 0.74 0.85
Hex BB F5 ED 18 0 3 4 AC 4A 55
Octal 273 365 355 30 0 3 4 254 112 125
Binary 10111011 11110101 11101101 11000 0 11 100 10101100 1001010 1010101

Color Harmonies of #BBF5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF5ED

Black with #BBF5ED

Text Example


Text Example

White with #BBF5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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