Html Css Color HEX #B8FDF3 Pale Turquoise

📋 copy color: '#B8FDF3'

red 184 ◦ green 253 ◦ blue 243

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

Shades of Pale Turquoise #B8FDF3

Tints of Pale Turquoise #B8FDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.74%

R = 27.06%
G = 37.21%
B = 35.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#B8FDF3 (or 0xB8FDF3) is known color: Pale Turquoise. HEX triplet: B8, FD and F3. RGB value is (184,253,243). Sum of RGB (Red+Green+Blue) = 184+253+243=680 (90% of max value = 765). Red value is 184 (72.27% from 255 or 27.06% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FDF3 is #47020C. Grayscale: #E7E7E7. Windows color (decimal): -4653581 or 15990200. OLE color: 15990200.

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

Color convert

RGB 184 253 243 -
CMYK 0.27 0 0.04 0.01
HSL 171.3º 0.95% 0.86% -
HSV(B) 171.3º 0.27% 0.99% -
XYZ 71.07 86.91 97.82 -
YUV 231.23 134.64 94.31 -
System Red Green Blue C M Y K H S L
Decimal 184 253 243 0.27 0 0.04 0.01 171.3 0.95 0.86
Hex B8 FD F3 1B 0 4 1 AB 5F 56
Octal 270 375 363 33 0 4 1 253 137 126
Binary 10111000 11111101 11110011 11011 0 100 1 10101011 1011111 1010110

Color Harmonies of #B8FDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FDF3

Black with #B8FDF3

Text Example


Text Example

White with #B8FDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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