Html Css Color HEX #57DFFF Turquoise Blue

📋 copy color: '#57DFFF'

red 87 ◦ green 223 ◦ blue 255

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

Shades of Turquoise Blue #57DFFF

Tints of Turquoise Blue #57DFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.13%

R = 15.4%
G = 39.47%
B = 45.13%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#57DFFF (or 0x57DFFF) is known color: Turquoise Blue. HEX triplet: 57, DF and FF. RGB value is (87,223,255). Sum of RGB (Red+Green+Blue) = 87+223+255=565 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.40% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #57DFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DFFF is #A82000. Grayscale: #B9B9B9. Windows color (decimal): -11018241 or 16768855. OLE color: 16768855.

HSL color Cylindrical-coordinate representation of color #57DFFF: hue angle of 191.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57DFFF is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 87 223 255 -
CMYK 0.66 0.13 0 0
HSL 191.43º 1% 0.67% -
HSV(B) 191.43º 0.66% 1% -
XYZ 48.37 62.02 104.03 -
YUV 185.98 166.94 57.4 -
System Red Green Blue C M Y K H S L
Decimal 87 223 255 0.66 0.13 0 0 191.43 1 0.67
Hex 57 DF FF 42 D 0 0 BF 64 43
Octal 127 337 377 102 15 0 0 277 144 103
Binary 1010111 11011111 11111111 1000010 1101 0 0 10111111 1100100 1000011

Color Harmonies of #57DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DFFF

Black with #57DFFF

Text Example


Text Example

White with #57DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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