Html Css Color HEX #57DCF3 Turquoise Blue

📋 copy color: '#57DCF3'

red 87 ◦ green 220 ◦ blue 243

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

Shades of Turquoise Blue #57DCF3

Tints of Turquoise Blue #57DCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.18%

R = 15.82%
G = 40%
B = 44.18%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#57DCF3 (or 0x57DCF3) is known color: Turquoise Blue. HEX triplet: 57, DC and F3. RGB value is (87,220,243). Sum of RGB (Red+Green+Blue) = 87+220+243=550 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.82% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #57DCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DCF3 is #A8230C. Grayscale: #B6B6B6. Windows color (decimal): -11019021 or 15981655. OLE color: 15981655.

HSL color Cylindrical-coordinate representation of color #57DCF3: hue angle of 188.85º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57DCF3 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 220 243 -
CMYK 0.64 0.09 0 0.05
HSL 188.85º 0.87% 0.65% -
HSV(B) 188.85º 0.64% 0.95% -
XYZ 45.7 59.68 93.91 -
YUV 182.86 161.94 59.63 -
System Red Green Blue C M Y K H S L
Decimal 87 220 243 0.64 0.09 0 0.05 188.85 0.87 0.65
Hex 57 DC F3 40 9 0 5 BD 57 41
Octal 127 334 363 100 11 0 5 275 127 101
Binary 1010111 11011100 11110011 1000000 1001 0 101 10111101 1010111 1000001

Color Harmonies of #57DCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DCF3

Black with #57DCF3

Text Example


Text Example

White with #57DCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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