Html Css Color HEX #B8FEFD Pale Turquoise

📋 copy color: '#B8FEFD'

red 184 ◦ green 254 ◦ blue 253

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

Shades of Pale Turquoise #B8FEFD

Tints of Pale Turquoise #B8FEFD

RGB

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

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

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

R = 26.63%
G = 36.76%
B = 36.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#B8FEFD (or 0xB8FEFD) is known color: Pale Turquoise. HEX triplet: B8, FE and FD. RGB value is (184,254,253). Sum of RGB (Red+Green+Blue) = 184+254+253=691 (91% of max value = 765). Red value is 184 (72.27% from 255 or 26.63% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FEFD is #470102. Grayscale: #E8E8E8. Windows color (decimal): -4653315 or 16645816. OLE color: 16645816.

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

Color convert

RGB 184 254 253 -
CMYK 0.28 0 0.00 0.00
HSL 179.14º 0.97% 0.86% -
HSV(B) 179.14º 0.28% 1% -
XYZ 72.94 88.17 106.1 -
YUV 232.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 184 254 253 0.28 0 0.00 0.00 179.14 0.97 0.86
Hex B8 FE FD 1C 0 0 0 B3 61 56
Octal 270 376 375 34 0 0 0 263 141 126
Binary 10111000 11111110 11111101 11100 0 0 0 10110011 1100001 1010110

Color Harmonies of #B8FEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FEFD

Black with #B8FEFD

Text Example


Text Example

White with #B8FEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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