Html Css Color HEX #BBF0ED Pale Turquoise

📋 copy color: '#BBF0ED'

red 187 ◦ green 240 ◦ blue 237

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

Shades of Pale Turquoise #BBF0ED

Tints of Pale Turquoise #BBF0ED

RGB

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

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

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

R = 28.16%
G = 36.14%
B = 35.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#BBF0ED (or 0xBBF0ED) is known color: Pale Turquoise. HEX triplet: BB, F0 and ED. RGB value is (187,240,237). Sum of RGB (Red+Green+Blue) = 187+240+237=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0ED is #440F12. Grayscale: #DFDFDF. Windows color (decimal): -4460307 or 15593659. OLE color: 15593659.

HSL color Cylindrical-coordinate representation of color #BBF0ED: hue angle of 176.6º degrees, saturation: 0.64, 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 #BBF0ED is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 237 -
CMYK 0.22 0 0.01 0.06
HSL 176.6º 0.64% 0.84% -
HSV(B) 176.6º 0.22% 0.94% -
XYZ 66.94 79 91.84 -
YUV 223.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 187 240 237 0.22 0 0.01 0.06 176.6 0.64 0.84
Hex BB F0 ED 16 0 1 6 B1 40 54
Octal 273 360 355 26 0 1 6 261 100 124
Binary 10111011 11110000 11101101 10110 0 1 110 10110001 1000000 1010100

Color Harmonies of #BBF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0ED

Black with #BBF0ED

Text Example


Text Example

White with #BBF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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