Html Css Color HEX #BBFDF0 Pale Turquoise

📋 copy color: '#BBFDF0'

red 187 ◦ green 253 ◦ blue 240

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

Shades of Pale Turquoise #BBFDF0

Tints of Pale Turquoise #BBFDF0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.21%

 BLUE value IS 240 (94.14% from 255) = 35.29%

R = 27.5%
G = 37.21%
B = 35.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#BBFDF0 (or 0xBBFDF0) is known color: Pale Turquoise. HEX triplet: BB, FD and F0. RGB value is (187,253,240). Sum of RGB (Red+Green+Blue) = 187+253+240=680 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.5% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDF0 is #44020F. Grayscale: #E7E7E7. Windows color (decimal): -4456976 or 15793595. OLE color: 15793595.

HSL color Cylindrical-coordinate representation of color #BBFDF0: hue angle of 168.18º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDF0 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 253 240 -
CMYK 0.26 0 0.05 0.01
HSL 168.18º 0.94% 0.86% -
HSV(B) 168.18º 0.26% 0.99% -
XYZ 71.35 87.11 95.49 -
YUV 231.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 187 253 240 0.26 0 0.05 0.01 168.18 0.94 0.86
Hex BB FD F0 1A 0 5 1 A8 5E 56
Octal 273 375 360 32 0 5 1 250 136 126
Binary 10111011 11111101 11110000 11010 0 101 1 10101000 1011110 1010110

Color Harmonies of #BBFDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDF0

Black with #BBFDF0

Text Example


Text Example

White with #BBFDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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