Html Css Color HEX #B8FDFB Pale Turquoise

📋 copy color: '#B8FDFB'

red 184 ◦ green 253 ◦ blue 251

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

Shades of Pale Turquoise #B8FDFB

Tints of Pale Turquoise #B8FDFB

RGB

 RED value IS 184 (72.27% from 255) = 26.74%

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

 BLUE value IS 251 (98.44% from 255) = 36.48%

R = 26.74%
G = 36.77%
B = 36.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#B8FDFB (or 0xB8FDFB) is known color: Pale Turquoise. HEX triplet: B8, FD and FB. RGB value is (184,253,251). Sum of RGB (Red+Green+Blue) = 184+253+251=688 (91% of max value = 765). Red value is 184 (72.27% from 255 or 26.74% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FDFB is #470204. Grayscale: #E8E8E8. Windows color (decimal): -4653573 or 16514488. OLE color: 16514488.

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

Color convert

RGB 184 253 251 -
CMYK 0.27 0 0.01 0.01
HSL 178.26º 0.95% 0.86% -
HSV(B) 178.26º 0.27% 0.99% -
XYZ 72.31 87.41 104.33 -
YUV 232.14 138.64 93.66 -
System Red Green Blue C M Y K H S L
Decimal 184 253 251 0.27 0 0.01 0.01 178.26 0.95 0.86
Hex B8 FD FB 1B 0 1 1 B2 5F 56
Octal 270 375 373 33 0 1 1 262 137 126
Binary 10111000 11111101 11111011 11011 0 1 1 10110010 1011111 1010110

Color Harmonies of #B8FDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FDFB

Black with #B8FDFB

Text Example


Text Example

White with #B8FDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FDFB; }

 p { color: rgb(184,253,251); }

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

background-color css

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

 a { background-color: rgb(184,253,251); }

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

border-color css

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

 span { border-color: rgb(184,253,251); }

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