Html Css Color HEX #57DFF7 Turquoise Blue

📋 copy color: '#57DFF7'

red 87 ◦ green 223 ◦ blue 247

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

Shades of Turquoise Blue #57DFF7

Tints of Turquoise Blue #57DFF7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.04%

 BLUE value IS 247 (96.88% from 255) = 44.34%

R = 15.62%
G = 40.04%
B = 44.34%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#57DFF7 (or 0x57DFF7) is known color: Turquoise Blue. HEX triplet: 57, DF and F7. RGB value is (87,223,247). Sum of RGB (Red+Green+Blue) = 87+223+247=557 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.62% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #57DFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DFF7 is #A82008. Grayscale: #B8B8B8. Windows color (decimal): -11018249 or 16244567. OLE color: 16244567.

HSL color Cylindrical-coordinate representation of color #57DFF7: hue angle of 189º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57DFF7 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 87 223 247 -
CMYK 0.65 0.10 0 0.03
HSL 189º 0.91% 0.65% -
HSV(B) 189º 0.65% 0.97% -
XYZ 47.11 61.52 97.39 -
YUV 185.07 162.94 58.05 -
System Red Green Blue C M Y K H S L
Decimal 87 223 247 0.65 0.10 0 0.03 189 0.91 0.65
Hex 57 DF F7 41 A 0 3 BD 5B 41
Octal 127 337 367 101 12 0 3 275 133 101
Binary 1010111 11011111 11110111 1000001 1010 0 11 10111101 1011011 1000001

Color Harmonies of #57DFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DFF7

Black with #57DFF7

Text Example


Text Example

White with #57DFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,223,247); }

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

background-color css

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

 a { background-color: rgb(87,223,247); }

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

border-color css

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

 span { border-color: rgb(87,223,247); }

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