Html Css Color HEX #BBF3EF Pale Turquoise

📋 copy color: '#BBF3EF'

red 187 ◦ green 243 ◦ blue 239

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

Shades of Pale Turquoise #BBF3EF

Tints of Pale Turquoise #BBF3EF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.32%

 BLUE value IS 239 (93.75% from 255) = 35.72%

R = 27.95%
G = 36.32%
B = 35.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#BBF3EF (or 0xBBF3EF) is known color: Pale Turquoise. HEX triplet: BB, F3 and EF. RGB value is (187,243,239). Sum of RGB (Red+Green+Blue) = 187+243+239=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3EF is #440C10. Grayscale: #E1E1E1. Windows color (decimal): -4459537 or 15725499. OLE color: 15725499.

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

Color convert

RGB 187 243 239 -
CMYK 0.23 0 0.02 0.05
HSL 175.71º 0.7% 0.84% -
HSV(B) 175.71º 0.23% 0.95% -
XYZ 68.12 80.9 93.69 -
YUV 225.8 135.45 100.33 -
System Red Green Blue C M Y K H S L
Decimal 187 243 239 0.23 0 0.02 0.05 175.71 0.7 0.84
Hex BB F3 EF 17 0 2 5 B0 46 54
Octal 273 363 357 27 0 2 5 260 106 124
Binary 10111011 11110011 11101111 10111 0 10 101 10110000 1000110 1010100

Color Harmonies of #BBF3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF3EF

Black with #BBF3EF

Text Example


Text Example

White with #BBF3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF3EF; }

 p { color: rgb(187,243,239); }

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

background-color css

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

 a { background-color: rgb(187,243,239); }

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

border-color css

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

 span { border-color: rgb(187,243,239); }

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