Html Css Color HEX #B8EEF2 Pale Turquoise

📋 copy color: '#B8EEF2'

red 184 ◦ green 238 ◦ blue 242

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

Shades of Pale Turquoise #B8EEF2

Tints of Pale Turquoise #B8EEF2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.84%

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

R = 27.71%
G = 35.84%
B = 36.45%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B8EEF2 (or 0xB8EEF2) is known color: Pale Turquoise. HEX triplet: B8, EE and F2. RGB value is (184,238,242). Sum of RGB (Red+Green+Blue) = 184+238+242=664 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.71% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #B8EEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EEF2 is #47110D. Grayscale: #DEDEDE. Windows color (decimal): -4657422 or 15920824. OLE color: 15920824.

HSL color Cylindrical-coordinate representation of color #B8EEF2: hue angle of 184.14º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8EEF2 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 238 242 -
CMYK 0.24 0.02 0 0.05
HSL 184.14º 0.69% 0.84% -
HSV(B) 184.14º 0.24% 0.95% -
XYZ 66.37 77.75 95.51 -
YUV 222.31 139.11 100.67 -
System Red Green Blue C M Y K H S L
Decimal 184 238 242 0.24 0.02 0 0.05 184.14 0.69 0.84
Hex B8 EE F2 18 2 0 5 B8 45 54
Octal 270 356 362 30 2 0 5 270 105 124
Binary 10111000 11101110 11110010 11000 10 0 101 10111000 1000101 1010100

Color Harmonies of #B8EEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EEF2

Black with #B8EEF2

Text Example


Text Example

White with #B8EEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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