Html Css Color HEX #B8FDFF Pale Turquoise

📋 copy color: '#B8FDFF'

red 184 ◦ green 253 ◦ blue 255

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

Shades of Pale Turquoise #B8FDFF

Tints of Pale Turquoise #B8FDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.85%

R = 26.59%
G = 36.56%
B = 36.85%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B8FDFF (or 0xB8FDFF) is known color: Pale Turquoise. HEX triplet: B8, FD and FF. RGB value is (184,253,255). Sum of RGB (Red+Green+Blue) = 184+253+255=692 (91% of max value = 765). Red value is 184 (72.27% from 255 or 26.59% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FDFF is #470200. Grayscale: #E8E8E8. Windows color (decimal): -4653569 or 16776632. OLE color: 16776632.

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

Color convert

RGB 184 253 255 -
CMYK 0.28 0.01 0 0
HSL 181.69º 1% 0.86% -
HSV(B) 181.69º 0.28% 1% -
XYZ 72.94 87.66 107.68 -
YUV 232.6 140.64 93.34 -
System Red Green Blue C M Y K H S L
Decimal 184 253 255 0.28 0.01 0 0 181.69 1 0.86
Hex B8 FD FF 1C 1 0 0 B6 64 56
Octal 270 375 377 34 1 0 0 266 144 126
Binary 10111000 11111101 11111111 11100 1 0 0 10110110 1100100 1010110

Color Harmonies of #B8FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FDFF

Black with #B8FDFF

Text Example


Text Example

White with #B8FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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