Html Css Color HEX #57D4FF Turquoise Blue

📋 copy color: '#57D4FF'

red 87 ◦ green 212 ◦ blue 255

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

Shades of Turquoise Blue #57D4FF

Tints of Turquoise Blue #57D4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.27%

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

R = 15.7%
G = 38.27%
B = 46.03%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#57D4FF (or 0x57D4FF) is known color: Turquoise Blue. HEX triplet: 57, D4 and FF. RGB value is (87,212,255). Sum of RGB (Red+Green+Blue) = 87+212+255=554 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.70% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #57D4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D4FF is #A82B00. Grayscale: #B3B3B3. Windows color (decimal): -11021057 or 16766039. OLE color: 16766039.

HSL color Cylindrical-coordinate representation of color #57D4FF: hue angle of 195.36º 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 #57D4FF is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 87 212 255 -
CMYK 0.66 0.17 0 0
HSL 195.36º 1% 0.67% -
HSV(B) 195.36º 0.66% 1% -
XYZ 45.52 56.33 103.08 -
YUV 179.53 170.59 62 -
System Red Green Blue C M Y K H S L
Decimal 87 212 255 0.66 0.17 0 0 195.36 1 0.67
Hex 57 D4 FF 42 11 0 0 C3 64 43
Octal 127 324 377 102 21 0 0 303 144 103
Binary 1010111 11010100 11111111 1000010 10001 0 0 11000011 1100100 1000011

Color Harmonies of #57D4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D4FF

Black with #57D4FF

Text Example


Text Example

White with #57D4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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