Html Css Color HEX #57EFE7 Turquoise Blue

📋 copy color: '#57EFE7'

red 87 ◦ green 239 ◦ blue 231

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

Shades of Turquoise Blue #57EFE7

Tints of Turquoise Blue #57EFE7

RGB

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

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

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

R = 15.62%
G = 42.91%
B = 41.47%

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

#57EFE7 (or 0x57EFE7) is known color: Turquoise Blue. HEX triplet: 57, EF and E7. RGB value is (87,239,231). Sum of RGB (Red+Green+Blue) = 87+239+231=557 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.62% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #57EFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EFE7 is #A81018. Grayscale: #C0C0C0. Windows color (decimal): -11014169 or 15200087. OLE color: 15200087.

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

Color convert

RGB 87 239 231 -
CMYK 0.64 0 0.03 0.06
HSL 176.84º 0.83% 0.64% -
HSV(B) 176.84º 0.64% 0.94% -
XYZ 49.22 69.53 86.43 -
YUV 192.64 149.64 52.65 -
System Red Green Blue C M Y K H S L
Decimal 87 239 231 0.64 0 0.03 0.06 176.84 0.83 0.64
Hex 57 EF E7 40 0 3 6 B1 53 40
Octal 127 357 347 100 0 3 6 261 123 100
Binary 1010111 11101111 11100111 1000000 0 11 110 10110001 1010011 1000000

Color Harmonies of #57EFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EFE7

Black with #57EFE7

Text Example


Text Example

White with #57EFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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