Html Css Color HEX #57D3FE Turquoise Blue

📋 copy color: '#57D3FE'

red 87 ◦ green 211 ◦ blue 254

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

Shades of Turquoise Blue #57D3FE

Tints of Turquoise Blue #57D3FE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.22%

 BLUE value IS 254 (99.61% from 255) = 46.01%

R = 15.76%
G = 38.22%
B = 46.01%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#57D3FE (or 0x57D3FE) is known color: Turquoise Blue. HEX triplet: 57, D3 and FE. RGB value is (87,211,254). Sum of RGB (Red+Green+Blue) = 87+211+254=552 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.76% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #57D3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D3FE is #A82C01. Grayscale: #B2B2B2. Windows color (decimal): -11021314 or 16700247. OLE color: 16700247.

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

Color convert

RGB 87 211 254 -
CMYK 0.66 0.17 0 0.00
HSL 195.45º 0.99% 0.67% -
HSV(B) 195.45º 0.66% 1% -
XYZ 45.11 55.77 102.15 -
YUV 178.83 170.42 62.5 -
System Red Green Blue C M Y K H S L
Decimal 87 211 254 0.66 0.17 0 0.00 195.45 0.99 0.67
Hex 57 D3 FE 42 11 0 0 C3 63 43
Octal 127 323 376 102 21 0 0 303 143 103
Binary 1010111 11010011 11111110 1000010 10001 0 0 11000011 1100011 1000011

Color Harmonies of #57D3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D3FE

Black with #57D3FE

Text Example


Text Example

White with #57D3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,211,254); }

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

background-color css

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

 a { background-color: rgb(87,211,254); }

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

border-color css

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

 span { border-color: rgb(87,211,254); }

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