Html Css Color HEX #57EFE9 Turquoise Blue

📋 copy color: '#57EFE9'

red 87 ◦ green 239 ◦ blue 233

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

Shades of Turquoise Blue #57EFE9

Tints of Turquoise Blue #57EFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.68%

R = 15.56%
G = 42.75%
B = 41.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#57EFE9 (or 0x57EFE9) is known color: Turquoise Blue. HEX triplet: 57, EF and E9. RGB value is (87,239,233). Sum of RGB (Red+Green+Blue) = 87+239+233=559 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.56% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #57EFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EFE9 is #A81016. Grayscale: #C0C0C0. Windows color (decimal): -11014167 or 15331159. OLE color: 15331159.

HSL color Cylindrical-coordinate representation of color #57EFE9: hue angle of 177.63º 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 #57EFE9 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 239 233 -
CMYK 0.64 0 0.03 0.06
HSL 177.63º 0.83% 0.64% -
HSV(B) 177.63º 0.64% 0.94% -
XYZ 49.5 69.64 87.92 -
YUV 192.87 150.64 52.49 -
System Red Green Blue C M Y K H S L
Decimal 87 239 233 0.64 0 0.03 0.06 177.63 0.83 0.64
Hex 57 EF E9 40 0 3 6 B2 53 40
Octal 127 357 351 100 0 3 6 262 123 100
Binary 1010111 11101111 11101001 1000000 0 11 110 10110010 1010011 1000000

Color Harmonies of #57EFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EFE9

Black with #57EFE9

Text Example


Text Example

White with #57EFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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