Html Css Color HEX #57EEED Turquoise Blue

📋 copy color: '#57EEED'

red 87 ◦ green 238 ◦ blue 237

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

Shades of Turquoise Blue #57EEED

Tints of Turquoise Blue #57EEED

RGB

 RED value IS 87 (34.38% from 255) = 15.48%

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

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

R = 15.48%
G = 42.35%
B = 42.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#57EEED (or 0x57EEED) is known color: Turquoise Blue. HEX triplet: 57, EE and ED. RGB value is (87,238,237). Sum of RGB (Red+Green+Blue) = 87+238+237=562 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.48% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #57EEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EEED is #A81112. Grayscale: #C0C0C0. Windows color (decimal): -11014419 or 15593047. OLE color: 15593047.

HSL color Cylindrical-coordinate representation of color #57EEED: hue angle of 179.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57EEED is Cyan = 0.63, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 238 237 -
CMYK 0.63 0 0.00 0.07
HSL 179.6º 0.82% 0.64% -
HSV(B) 179.6º 0.63% 0.93% -
XYZ 49.79 69.29 90.87 -
YUV 192.74 152.97 52.58 -
System Red Green Blue C M Y K H S L
Decimal 87 238 237 0.63 0 0.00 0.07 179.6 0.82 0.64
Hex 57 EE ED 3F 0 0 7 B4 52 40
Octal 127 356 355 77 0 0 7 264 122 100
Binary 1010111 11101110 11101101 111111 0 0 111 10110100 1010010 1000000

Color Harmonies of #57EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EEED

Black with #57EEED

Text Example


Text Example

White with #57EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57EEED; }

 p { color: rgb(87,238,237); }

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

background-color css

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

 a { background-color: rgb(87,238,237); }

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

border-color css

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

 span { border-color: rgb(87,238,237); }

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