Html Css Color HEX #BBFEFD Pale Turquoise

📋 copy color: '#BBFEFD'

red 187 ◦ green 254 ◦ blue 253

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

Shades of Pale Turquoise #BBFEFD

Tints of Pale Turquoise #BBFEFD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.6%

 BLUE value IS 253 (99.22% from 255) = 36.46%

R = 26.95%
G = 36.6%
B = 36.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#BBFEFD (or 0xBBFEFD) is known color: Pale Turquoise. HEX triplet: BB, FE and FD. RGB value is (187,254,253). Sum of RGB (Red+Green+Blue) = 187+254+253=694 (91% of max value = 765). Red value is 187 (73.44% from 255 or 26.95% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEFD is #440102. Grayscale: #E9E9E9. Windows color (decimal): -4456707 or 16645819. OLE color: 16645819.

HSL color Cylindrical-coordinate representation of color #BBFEFD: hue angle of 179.1º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEFD is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 254 253 -
CMYK 0.26 0 0.00 0.00
HSL 179.1º 0.97% 0.86% -
HSV(B) 179.1º 0.26% 1% -
XYZ 73.66 88.54 106.14 -
YUV 233.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 187 254 253 0.26 0 0.00 0.00 179.1 0.97 0.86
Hex BB FE FD 1A 0 0 0 B3 61 56
Octal 273 376 375 32 0 0 0 263 141 126
Binary 10111011 11111110 11111101 11010 0 0 0 10110011 1100001 1010110

Color Harmonies of #BBFEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFEFD

Black with #BBFEFD

Text Example


Text Example

White with #BBFEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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