Html Css Color HEX #B0F0EE Pale Turquoise

📋 copy color: '#B0F0EE'

red 176 ◦ green 240 ◦ blue 238

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

Shades of Pale Turquoise #B0F0EE

Tints of Pale Turquoise #B0F0EE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.7%

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

R = 26.91%
G = 36.7%
B = 36.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#B0F0EE (or 0xB0F0EE) is known color: Pale Turquoise. HEX triplet: B0, F0 and EE. RGB value is (176,240,238). Sum of RGB (Red+Green+Blue) = 176+240+238=654 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.91% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F0EE is #4F0F11. Grayscale: #DCDCDC. Windows color (decimal): -5181202 or 15659184. OLE color: 15659184.

HSL color Cylindrical-coordinate representation of color #B0F0EE: hue angle of 178.12º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0EE is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 240 238 -
CMYK 0.27 0 0.01 0.06
HSL 178.13º 0.68% 0.82% -
HSV(B) 178.13º 0.27% 0.94% -
XYZ 64.5 77.72 92.49 -
YUV 220.64 137.8 96.16 -
System Red Green Blue C M Y K H S L
Decimal 176 240 238 0.27 0 0.01 0.06 178.13 0.68 0.82
Hex B0 F0 EE 1B 0 1 6 B2 44 52
Octal 260 360 356 33 0 1 6 262 104 122
Binary 10110000 11110000 11101110 11011 0 1 110 10110010 1000100 1010010

Color Harmonies of #B0F0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F0EE

Black with #B0F0EE

Text Example


Text Example

White with #B0F0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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