Html Css Color HEX #57DEFA Turquoise Blue

📋 copy color: '#57DEFA'

red 87 ◦ green 222 ◦ blue 250

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

Shades of Turquoise Blue #57DEFA

Tints of Turquoise Blue #57DEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.72%

R = 15.56%
G = 39.71%
B = 44.72%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#57DEFA (or 0x57DEFA) is known color: Turquoise Blue. HEX triplet: 57, DE and FA. RGB value is (87,222,250). Sum of RGB (Red+Green+Blue) = 87+222+250=559 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.56% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #57DEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DEFA is #A82105. Grayscale: #B8B8B8. Windows color (decimal): -11018502 or 16440919. OLE color: 16440919.

HSL color Cylindrical-coordinate representation of color #57DEFA: hue angle of 190.31º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57DEFA is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 222 250 -
CMYK 0.65 0.11 0 0.02
HSL 190.31º 0.94% 0.66% -
HSV(B) 190.31º 0.65% 0.98% -
XYZ 47.31 61.17 99.76 -
YUV 184.83 164.77 58.22 -
System Red Green Blue C M Y K H S L
Decimal 87 222 250 0.65 0.11 0 0.02 190.31 0.94 0.66
Hex 57 DE FA 41 B 0 2 BE 5E 42
Octal 127 336 372 101 13 0 2 276 136 102
Binary 1010111 11011110 11111010 1000001 1011 0 10 10111110 1011110 1000010

Color Harmonies of #57DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DEFA

Black with #57DEFA

Text Example


Text Example

White with #57DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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