Html Css Color HEX #B3EDE7 Pale Turquoise

📋 copy color: '#B3EDE7'

red 179 ◦ green 237 ◦ blue 231

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

Shades of Pale Turquoise #B3EDE7

Tints of Pale Turquoise #B3EDE7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.63%

 BLUE value IS 231 (90.63% from 255) = 35.7%

R = 27.67%
G = 36.63%
B = 35.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#B3EDE7 (or 0xB3EDE7) is known color: Pale Turquoise. HEX triplet: B3, ED and E7. RGB value is (179,237,231). Sum of RGB (Red+Green+Blue) = 179+237+231=647 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.67% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EDE7 is #4C1218. Grayscale: #DADADA. Windows color (decimal): -4985369 or 15199667. OLE color: 15199667.

HSL color Cylindrical-coordinate representation of color #B3EDE7: hue angle of 173.79º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EDE7 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 237 231 -
CMYK 0.24 0 0.03 0.07
HSL 173.79º 0.62% 0.82% -
HSV(B) 173.79º 0.24% 0.93% -
XYZ 63.3 75.92 86.92 -
YUV 218.97 134.78 99.49 -
System Red Green Blue C M Y K H S L
Decimal 179 237 231 0.24 0 0.03 0.07 173.79 0.62 0.82
Hex B3 ED E7 18 0 3 7 AE 3E 52
Octal 263 355 347 30 0 3 7 256 76 122
Binary 10110011 11101101 11100111 11000 0 11 111 10101110 111110 1010010

Color Harmonies of #B3EDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EDE7

Black with #B3EDE7

Text Example


Text Example

White with #B3EDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EDE7; }

 p { color: rgb(179,237,231); }

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

background-color css

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

 a { background-color: rgb(179,237,231); }

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

border-color css

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

 span { border-color: rgb(179,237,231); }

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