Html Css Color HEX #BBF4EE Pale Turquoise

📋 copy color: '#BBF4EE'

red 187 ◦ green 244 ◦ blue 238

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

Shades of Pale Turquoise #BBF4EE

Tints of Pale Turquoise #BBF4EE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.47%

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

R = 27.95%
G = 36.47%
B = 35.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#BBF4EE (or 0xBBF4EE) is known color: Pale Turquoise. HEX triplet: BB, F4 and EE. RGB value is (187,244,238). Sum of RGB (Red+Green+Blue) = 187+244+238=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 244 (95.70% from 255 or 36.47% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4EE is #440B11. Grayscale: #E2E2E2. Windows color (decimal): -4459282 or 15660219. OLE color: 15660219.

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

Color convert

RGB 187 244 238 -
CMYK 0.23 0 0.02 0.04
HSL 173.68º 0.72% 0.85% -
HSV(B) 173.68º 0.23% 0.96% -
XYZ 68.28 81.44 93.01 -
YUV 226.27 134.62 99.99 -
System Red Green Blue C M Y K H S L
Decimal 187 244 238 0.23 0 0.02 0.04 173.68 0.72 0.85
Hex BB F4 EE 17 0 2 4 AE 48 55
Octal 273 364 356 27 0 2 4 256 110 125
Binary 10111011 11110100 11101110 10111 0 10 100 10101110 1001000 1010101

Color Harmonies of #BBF4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF4EE

Black with #BBF4EE

Text Example


Text Example

White with #BBF4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF4EE; }

 p { color: rgb(187,244,238); }

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

background-color css

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

 a { background-color: rgb(187,244,238); }

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

border-color css

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

 span { border-color: rgb(187,244,238); }

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