Html Css Color HEX #B8FDFC Pale Turquoise

📋 copy color: '#B8FDFC'

red 184 ◦ green 253 ◦ blue 252

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

Shades of Pale Turquoise #B8FDFC

Tints of Pale Turquoise #B8FDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.57%

R = 26.71%
G = 36.72%
B = 36.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#B8FDFC (or 0xB8FDFC) is known color: Pale Turquoise. HEX triplet: B8, FD and FC. RGB value is (184,253,252). Sum of RGB (Red+Green+Blue) = 184+253+252=689 (91% of max value = 765). Red value is 184 (72.27% from 255 or 26.71% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FDFC is #470203. Grayscale: #E8E8E8. Windows color (decimal): -4653572 or 16580024. OLE color: 16580024.

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

Color convert

RGB 184 253 252 -
CMYK 0.27 0 0.00 0.01
HSL 179.13º 0.95% 0.86% -
HSV(B) 179.13º 0.27% 0.99% -
XYZ 72.46 87.47 105.16 -
YUV 232.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 184 253 252 0.27 0 0.00 0.01 179.13 0.95 0.86
Hex B8 FD FC 1B 0 0 1 B3 5F 56
Octal 270 375 374 33 0 0 1 263 137 126
Binary 10111000 11111101 11111100 11011 0 0 1 10110011 1011111 1010110

Color Harmonies of #B8FDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FDFC

Black with #B8FDFC

Text Example


Text Example

White with #B8FDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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