Html Css Color HEX #57EFE4 Turquoise Blue

📋 copy color: '#57EFE4'

red 87 ◦ green 239 ◦ blue 228

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

Shades of Turquoise Blue #57EFE4

Tints of Turquoise Blue #57EFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.16%

R = 15.7%
G = 43.14%
B = 41.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#57EFE4 (or 0x57EFE4) is known color: Turquoise Blue. HEX triplet: 57, EF and E4. RGB value is (87,239,228). Sum of RGB (Red+Green+Blue) = 87+239+228=554 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.70% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #57EFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EFE4 is #A8101B. Grayscale: #C0C0C0. Windows color (decimal): -11014172 or 15003479. OLE color: 15003479.

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

Color convert

RGB 87 239 228 -
CMYK 0.64 0 0.05 0.06
HSL 175.66º 0.83% 0.64% -
HSV(B) 175.66º 0.64% 0.94% -
XYZ 48.8 69.36 84.21 -
YUV 192.3 148.14 52.89 -
System Red Green Blue C M Y K H S L
Decimal 87 239 228 0.64 0 0.05 0.06 175.66 0.83 0.64
Hex 57 EF E4 40 0 5 6 B0 53 40
Octal 127 357 344 100 0 5 6 260 123 100
Binary 1010111 11101111 11100100 1000000 0 101 110 10110000 1010011 1000000

Color Harmonies of #57EFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EFE4

Black with #57EFE4

Text Example


Text Example

White with #57EFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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