Html Css Color HEX #BBFDF3 Pale Turquoise

📋 copy color: '#BBFDF3'

red 187 ◦ green 253 ◦ blue 243

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

Shades of Pale Turquoise #BBFDF3

Tints of Pale Turquoise #BBFDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.58%

R = 27.38%
G = 37.04%
B = 35.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#BBFDF3 (or 0xBBFDF3) is known color: Pale Turquoise. HEX triplet: BB, FD and F3. RGB value is (187,253,243). Sum of RGB (Red+Green+Blue) = 187+253+243=683 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.38% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDF3 is #44020C. Grayscale: #E8E8E8. Windows color (decimal): -4456973 or 15990203. OLE color: 15990203.

HSL color Cylindrical-coordinate representation of color #BBFDF3: hue angle of 170.91º 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 #BBFDF3 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 253 243 -
CMYK 0.26 0 0.04 0.01
HSL 170.91º 0.94% 0.86% -
HSV(B) 170.91º 0.26% 0.99% -
XYZ 71.8 87.29 97.86 -
YUV 232.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 187 253 243 0.26 0 0.04 0.01 170.91 0.94 0.86
Hex BB FD F3 1A 0 4 1 AB 5E 56
Octal 273 375 363 32 0 4 1 253 136 126
Binary 10111011 11111101 11110011 11010 0 100 1 10101011 1011110 1010110

Color Harmonies of #BBFDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDF3

Black with #BBFDF3

Text Example


Text Example

White with #BBFDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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