Html Css Color HEX #57CDF2 Turquoise Blue

📋 copy color: '#57CDF2'

red 87 ◦ green 205 ◦ blue 242

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

Shades of Turquoise Blue #57CDF2

Tints of Turquoise Blue #57CDF2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.39%

 BLUE value IS 242 (94.92% from 255) = 45.32%

R = 16.29%
G = 38.39%
B = 45.32%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#57CDF2 (or 0x57CDF2) is known color: Turquoise Blue. HEX triplet: 57, CD and F2. RGB value is (87,205,242). Sum of RGB (Red+Green+Blue) = 87+205+242=534 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.29% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #57CDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CDF2 is #A8320D. Grayscale: #ADADAD. Windows color (decimal): -11022862 or 15912279. OLE color: 15912279.

HSL color Cylindrical-coordinate representation of color #57CDF2: hue angle of 194.32º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57CDF2 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 205 242 -
CMYK 0.64 0.15 0 0.05
HSL 194.32º 0.86% 0.65% -
HSV(B) 194.32º 0.64% 0.95% -
XYZ 41.79 52.1 91.86 -
YUV 173.94 166.41 65.99 -
System Red Green Blue C M Y K H S L
Decimal 87 205 242 0.64 0.15 0 0.05 194.32 0.86 0.65
Hex 57 CD F2 40 F 0 5 C2 56 41
Octal 127 315 362 100 17 0 5 302 126 101
Binary 1010111 11001101 11110010 1000000 1111 0 101 11000010 1010110 1000001

Color Harmonies of #57CDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CDF2

Black with #57CDF2

Text Example


Text Example

White with #57CDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,205,242); }

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

background-color css

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

 a { background-color: rgb(87,205,242); }

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

border-color css

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

 span { border-color: rgb(87,205,242); }

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