Html Css Color HEX #B0FCEE Pale Turquoise

📋 copy color: '#B0FCEE'

red 176 ◦ green 252 ◦ blue 238

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

Shades of Pale Turquoise #B0FCEE

Tints of Pale Turquoise #B0FCEE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.84%

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

R = 26.43%
G = 37.84%
B = 35.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#B0FCEE (or 0xB0FCEE) is known color: Pale Turquoise. HEX triplet: B0, FC and EE. RGB value is (176,252,238). Sum of RGB (Red+Green+Blue) = 176+252+238=666 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.43% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FCEE is #4F0311. Grayscale: #E3E3E3. Windows color (decimal): -5178130 or 15662256. OLE color: 15662256.

HSL color Cylindrical-coordinate representation of color #B0FCEE: hue angle of 168.95º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FCEE is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 252 238 -
CMYK 0.30 0 0.06 0.01
HSL 168.95º 0.93% 0.84% -
HSV(B) 168.95º 0.3% 0.99% -
XYZ 68.15 85.02 93.71 -
YUV 227.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 176 252 238 0.30 0 0.06 0.01 168.95 0.93 0.84
Hex B0 FC EE 1E 0 6 1 A9 5D 54
Octal 260 374 356 36 0 6 1 251 135 124
Binary 10110000 11111100 11101110 11110 0 110 1 10101001 1011101 1010100

Color Harmonies of #B0FCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FCEE

Black with #B0FCEE

Text Example


Text Example

White with #B0FCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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