Html Css Color HEX #57CEF6 Turquoise Blue

📋 copy color: '#57CEF6'

red 87 ◦ green 206 ◦ blue 246

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

Shades of Turquoise Blue #57CEF6

Tints of Turquoise Blue #57CEF6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.22%

 BLUE value IS 246 (96.48% from 255) = 45.64%

R = 16.14%
G = 38.22%
B = 45.64%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#57CEF6 (or 0x57CEF6) is known color: Turquoise Blue. HEX triplet: 57, CE and F6. RGB value is (87,206,246). Sum of RGB (Red+Green+Blue) = 87+206+246=539 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.14% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #57CEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CEF6 is #A83109. Grayscale: #AEAEAE. Windows color (decimal): -11022602 or 16174679. OLE color: 16174679.

HSL color Cylindrical-coordinate representation of color #57CEF6: hue angle of 195.09º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57CEF6 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 87 206 246 -
CMYK 0.65 0.16 0 0.04
HSL 195.09º 0.9% 0.65% -
HSV(B) 195.09º 0.65% 0.96% -
XYZ 42.64 52.82 95.14 -
YUV 174.98 168.08 65.25 -
System Red Green Blue C M Y K H S L
Decimal 87 206 246 0.65 0.16 0 0.04 195.09 0.9 0.65
Hex 57 CE F6 41 10 0 4 C3 5A 41
Octal 127 316 366 101 20 0 4 303 132 101
Binary 1010111 11001110 11110110 1000001 10000 0 100 11000011 1011010 1000001

Color Harmonies of #57CEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CEF6

Black with #57CEF6

Text Example


Text Example

White with #57CEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,206,246); }

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

background-color css

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

 a { background-color: rgb(87,206,246); }

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

border-color css

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

 span { border-color: rgb(87,206,246); }

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