Html Css Color HEX #B8EDF1 Pale Turquoise

📋 copy color: '#B8EDF1'

red 184 ◦ green 237 ◦ blue 241

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

Shades of Pale Turquoise #B8EDF1

Tints of Pale Turquoise #B8EDF1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.8%

 BLUE value IS 241 (94.53% from 255) = 36.4%

R = 27.79%
G = 35.8%
B = 36.4%

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

#B8EDF1 (or 0xB8EDF1) is known color: Pale Turquoise. HEX triplet: B8, ED and F1. RGB value is (184,237,241). Sum of RGB (Red+Green+Blue) = 184+237+241=662 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.79% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #B8EDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EDF1 is #47120E. Grayscale: #DDDDDD. Windows color (decimal): -4657679 or 15855032. OLE color: 15855032.

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

Color convert

RGB 184 237 241 -
CMYK 0.24 0.02 0 0.05
HSL 184.21º 0.67% 0.83% -
HSV(B) 184.21º 0.24% 0.95% -
XYZ 65.93 77.11 94.63 -
YUV 221.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 184 237 241 0.24 0.02 0 0.05 184.21 0.67 0.83
Hex B8 ED F1 18 2 0 5 B8 43 53
Octal 270 355 361 30 2 0 5 270 103 123
Binary 10111000 11101101 11110001 11000 10 0 101 10111000 1000011 1010011

Color Harmonies of #B8EDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EDF1

Black with #B8EDF1

Text Example


Text Example

White with #B8EDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EDF1; }

 p { color: rgb(184,237,241); }

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

background-color css

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

 a { background-color: rgb(184,237,241); }

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

border-color css

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

 span { border-color: rgb(184,237,241); }

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