Html Css Color HEX #B0F5ED Pale Turquoise

📋 copy color: '#B0F5ED'

red 176 ◦ green 245 ◦ blue 237

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

Shades of Pale Turquoise #B0F5ED

Tints of Pale Turquoise #B0F5ED

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.23%

 BLUE value IS 237 (92.97% from 255) = 36.02%

R = 26.75%
G = 37.23%
B = 36.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#B0F5ED (or 0xB0F5ED) is known color: Pale Turquoise. HEX triplet: B0, F5 and ED. RGB value is (176,245,237). Sum of RGB (Red+Green+Blue) = 176+245+237=658 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.75% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F5ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F5ED is #4F0A12. Grayscale: #DFDFDF. Windows color (decimal): -5179923 or 15594928. OLE color: 15594928.

HSL color Cylindrical-coordinate representation of color #B0F5ED: hue angle of 173.04º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F5ED is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 245 237 -
CMYK 0.28 0 0.03 0.04
HSL 173.04º 0.78% 0.83% -
HSV(B) 173.04º 0.28% 0.96% -
XYZ 65.84 80.65 92.22 -
YUV 223.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 176 245 237 0.28 0 0.03 0.04 173.04 0.78 0.83
Hex B0 F5 ED 1C 0 3 4 AD 4E 53
Octal 260 365 355 34 0 3 4 255 116 123
Binary 10110000 11110101 11101101 11100 0 11 100 10101101 1001110 1010011

Color Harmonies of #B0F5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F5ED

Black with #B0F5ED

Text Example


Text Example

White with #B0F5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F5ED; }

 p { color: rgb(176,245,237); }

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

background-color css

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

 a { background-color: rgb(176,245,237); }

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

border-color css

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

 span { border-color: rgb(176,245,237); }

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