Html Css Color HEX #B3EEF0 Pale Turquoise

📋 copy color: '#B3EEF0'

red 179 ◦ green 238 ◦ blue 240

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

Shades of Pale Turquoise #B3EEF0

Tints of Pale Turquoise #B3EEF0

RGB

 RED value IS 179 (70.31% from 255) = 27.25%

 GREEN value IS 238 (93.36% from 255) = 36.23%

 BLUE value IS 240 (94.14% from 255) = 36.53%

R = 27.25%
G = 36.23%
B = 36.53%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B3EEF0 (or 0xB3EEF0) is known color: Pale Turquoise. HEX triplet: B3, EE and F0. RGB value is (179,238,240). Sum of RGB (Red+Green+Blue) = 179+238+240=657 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.25% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #B3EEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EEF0 is #4C110F. Grayscale: #DCDCDC. Windows color (decimal): -4985104 or 15789747. OLE color: 15789747.

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

Color convert

RGB 179 238 240 -
CMYK 0.25 0.01 0 0.06
HSL 181.97º 0.67% 0.82% -
HSV(B) 181.97º 0.25% 0.94% -
XYZ 64.89 77.02 93.88 -
YUV 220.59 138.95 98.34 -
System Red Green Blue C M Y K H S L
Decimal 179 238 240 0.25 0.01 0 0.06 181.97 0.67 0.82
Hex B3 EE F0 19 1 0 6 B6 43 52
Octal 263 356 360 31 1 0 6 266 103 122
Binary 10110011 11101110 11110000 11001 1 0 110 10110110 1000011 1010010

Color Harmonies of #B3EEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EEF0

Black with #B3EEF0

Text Example


Text Example

White with #B3EEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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