Html Css Color HEX #57DEF1 Turquoise Blue

📋 copy color: '#57DEF1'

red 87 ◦ green 222 ◦ blue 241

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

Shades of Turquoise Blue #57DEF1

Tints of Turquoise Blue #57DEF1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.36%

 BLUE value IS 241 (94.53% from 255) = 43.82%

R = 15.82%
G = 40.36%
B = 43.82%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#57DEF1 (or 0x57DEF1) is known color: Turquoise Blue. HEX triplet: 57, DE and F1. RGB value is (87,222,241). Sum of RGB (Red+Green+Blue) = 87+222+241=550 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.82% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #57DEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DEF1 is #A8210E. Grayscale: #B7B7B7. Windows color (decimal): -11018511 or 15851095. OLE color: 15851095.

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

Color convert

RGB 87 222 241 -
CMYK 0.64 0.08 0 0.05
HSL 187.4º 0.85% 0.64% -
HSV(B) 187.4º 0.64% 0.95% -
XYZ 45.93 60.62 92.5 -
YUV 183.8 160.27 58.96 -
System Red Green Blue C M Y K H S L
Decimal 87 222 241 0.64 0.08 0 0.05 187.4 0.85 0.64
Hex 57 DE F1 40 8 0 5 BB 55 40
Octal 127 336 361 100 10 0 5 273 125 100
Binary 1010111 11011110 11110001 1000000 1000 0 101 10111011 1010101 1000000

Color Harmonies of #57DEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DEF1

Black with #57DEF1

Text Example


Text Example

White with #57DEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,222,241); }

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

background-color css

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

 a { background-color: rgb(87,222,241); }

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

border-color css

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

 span { border-color: rgb(87,222,241); }

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