Html Css Color HEX #B8FDF2 Pale Turquoise

📋 copy color: '#B8FDF2'

red 184 ◦ green 253 ◦ blue 242

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

Shades of Pale Turquoise #B8FDF2

Tints of Pale Turquoise #B8FDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.64%

R = 27.1%
G = 37.26%
B = 35.64%

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

#B8FDF2 (or 0xB8FDF2) is known color: Pale Turquoise. HEX triplet: B8, FD and F2. RGB value is (184,253,242). Sum of RGB (Red+Green+Blue) = 184+253+242=679 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.10% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FDF2 is #47020D. Grayscale: #E7E7E7. Windows color (decimal): -4653582 or 15924664. OLE color: 15924664.

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

Color convert

RGB 184 253 242 -
CMYK 0.27 0 0.04 0.01
HSL 170.43º 0.95% 0.86% -
HSV(B) 170.43º 0.27% 0.99% -
XYZ 70.92 86.85 97.03 -
YUV 231.12 134.14 94.39 -
System Red Green Blue C M Y K H S L
Decimal 184 253 242 0.27 0 0.04 0.01 170.43 0.95 0.86
Hex B8 FD F2 1B 0 4 1 AA 5F 56
Octal 270 375 362 33 0 4 1 252 137 126
Binary 10111000 11111101 11110010 11011 0 100 1 10101010 1011111 1010110

Color Harmonies of #B8FDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FDF2

Black with #B8FDF2

Text Example


Text Example

White with #B8FDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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