Html Css Color HEX #57EFEF Turquoise Blue

📋 copy color: '#57EFEF'

red 87 ◦ green 239 ◦ blue 239

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

Shades of Turquoise Blue #57EFEF

Tints of Turquoise Blue #57EFEF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.3%

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 15.4%
G = 42.3%
B = 42.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#57EFEF (or 0x57EFEF) is known color: Turquoise Blue. HEX triplet: 57, EF and EF. RGB value is (87,239,239). Sum of RGB (Red+Green+Blue) = 87+239+239=565 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.40% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #57EFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EFEF is #A81010. Grayscale: #C1C1C1. Windows color (decimal): -11014161 or 15724375. OLE color: 15724375.

HSL color Cylindrical-coordinate representation of color #57EFEF: hue angle of 180º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57EFEF is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 239 239 -
CMYK 0.64 0 0 0.06
HSL 180º 0.83% 0.64% -
HSV(B) 180º 0.64% 0.94% -
XYZ 50.38 69.99 92.52 -
YUV 193.55 153.64 52 -
System Red Green Blue C M Y K H S L
Decimal 87 239 239 0.64 0 0 0.06 180 0.83 0.64
Hex 57 EF EF 40 0 0 6 B4 53 40
Octal 127 357 357 100 0 0 6 264 123 100
Binary 1010111 11101111 11101111 1000000 0 0 110 10110100 1010011 1000000

Color Harmonies of #57EFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EFEF

Black with #57EFEF

Text Example


Text Example

White with #57EFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,239,239); }

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

background-color css

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

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

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

border-color css

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

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

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