Html Css Color HEX #B0F0EA Pale Turquoise

📋 copy color: '#B0F0EA'

red 176 ◦ green 240 ◦ blue 234

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

Shades of Pale Turquoise #B0F0EA

Tints of Pale Turquoise #B0F0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36%

R = 27.08%
G = 36.92%
B = 36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#B0F0EA (or 0xB0F0EA) is known color: Pale Turquoise. HEX triplet: B0, F0 and EA. RGB value is (176,240,234). Sum of RGB (Red+Green+Blue) = 176+240+234=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F0EA is #4F0F15. Grayscale: #DCDCDC. Windows color (decimal): -5181206 or 15397040. OLE color: 15397040.

HSL color Cylindrical-coordinate representation of color #B0F0EA: hue angle of 174.38º 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 #B0F0EA is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 240 234 -
CMYK 0.27 0 0.02 0.06
HSL 174.38º 0.68% 0.82% -
HSV(B) 174.38º 0.27% 0.94% -
XYZ 63.92 77.49 89.43 -
YUV 220.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 176 240 234 0.27 0 0.02 0.06 174.38 0.68 0.82
Hex B0 F0 EA 1B 0 2 6 AE 44 52
Octal 260 360 352 33 0 2 6 256 104 122
Binary 10110000 11110000 11101010 11011 0 10 110 10101110 1000100 1010010

Color Harmonies of #B0F0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F0EA

Black with #B0F0EA

Text Example


Text Example

White with #B0F0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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