Html Css Color HEX #B0F2EE Pale Turquoise

📋 copy color: '#B0F2EE'

red 176 ◦ green 242 ◦ blue 238

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

Shades of Pale Turquoise #B0F2EE

Tints of Pale Turquoise #B0F2EE

RGB

 RED value IS 176 (69.14% from 255) = 26.83%

 GREEN value IS 242 (94.92% from 255) = 36.89%

 BLUE value IS 238 (93.36% from 255) = 36.28%

R = 26.83%
G = 36.89%
B = 36.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#B0F2EE (or 0xB0F2EE) is known color: Pale Turquoise. HEX triplet: B0, F2 and EE. RGB value is (176,242,238). Sum of RGB (Red+Green+Blue) = 176+242+238=656 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.83% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F2EE is #4F0D11. Grayscale: #DDDDDD. Windows color (decimal): -5180690 or 15659696. OLE color: 15659696.

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

Color convert

RGB 176 242 238 -
CMYK 0.27 0 0.02 0.05
HSL 176.36º 0.72% 0.82% -
HSV(B) 176.36º 0.27% 0.95% -
XYZ 65.09 78.91 92.69 -
YUV 221.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 176 242 238 0.27 0 0.02 0.05 176.36 0.72 0.82
Hex B0 F2 EE 1B 0 2 5 B0 48 52
Octal 260 362 356 33 0 2 5 260 110 122
Binary 10110000 11110010 11101110 11011 0 10 101 10110000 1001000 1010010

Color Harmonies of #B0F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F2EE

Black with #B0F2EE

Text Example


Text Example

White with #B0F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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