Html Css Color HEX #57DCEA Turquoise Blue

📋 copy color: '#57DCEA'

red 87 ◦ green 220 ◦ blue 234

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

Shades of Turquoise Blue #57DCEA

Tints of Turquoise Blue #57DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.67%

 BLUE value IS 234 (91.8% from 255) = 43.25%

R = 16.08%
G = 40.67%
B = 43.25%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#57DCEA (or 0x57DCEA) is known color: Turquoise Blue. HEX triplet: 57, DC and EA. RGB value is (87,220,234). Sum of RGB (Red+Green+Blue) = 87+220+234=541 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.08% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #57DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DCEA is #A82315. Grayscale: #B5B5B5. Windows color (decimal): -11019030 or 15391831. OLE color: 15391831.

HSL color Cylindrical-coordinate representation of color #57DCEA: hue angle of 185.71º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57DCEA is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 220 234 -
CMYK 0.63 0.06 0 0.08
HSL 185.71º 0.78% 0.63% -
HSV(B) 185.71º 0.63% 0.92% -
XYZ 44.37 59.15 86.92 -
YUV 181.83 157.44 60.36 -
System Red Green Blue C M Y K H S L
Decimal 87 220 234 0.63 0.06 0 0.08 185.71 0.78 0.63
Hex 57 DC EA 3F 6 0 8 BA 4E 3F
Octal 127 334 352 77 6 0 10 272 116 77
Binary 1010111 11011100 11101010 111111 110 0 1000 10111010 1001110 111111

Color Harmonies of #57DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DCEA

Black with #57DCEA

Text Example


Text Example

White with #57DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,220,234); }

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

background-color css

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

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

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

border-color css

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

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

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