Html Css Color HEX #57CFF6 Turquoise Blue

📋 copy color: '#57CFF6'

red 87 ◦ green 207 ◦ blue 246

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

Shades of Turquoise Blue #57CFF6

Tints of Turquoise Blue #57CFF6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.33%

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

R = 16.11%
G = 38.33%
B = 45.56%

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

#57CFF6 (or 0x57CFF6) is known color: Turquoise Blue. HEX triplet: 57, CF and F6. RGB value is (87,207,246). Sum of RGB (Red+Green+Blue) = 87+207+246=540 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.11% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #57CFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CFF6 is #A83009. Grayscale: #AFAFAF. Windows color (decimal): -11022346 or 16174935. OLE color: 16174935.

HSL color Cylindrical-coordinate representation of color #57CFF6: hue angle of 194.72º 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 #57CFF6 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 87 207 246 -
CMYK 0.65 0.16 0 0.04
HSL 194.72º 0.9% 0.65% -
HSV(B) 194.72º 0.65% 0.96% -
XYZ 42.88 53.31 95.22 -
YUV 175.57 167.74 64.83 -
System Red Green Blue C M Y K H S L
Decimal 87 207 246 0.65 0.16 0 0.04 194.72 0.9 0.65
Hex 57 CF F6 41 10 0 4 C3 5A 41
Octal 127 317 366 101 20 0 4 303 132 101
Binary 1010111 11001111 11110110 1000001 10000 0 100 11000011 1011010 1000001

Color Harmonies of #57CFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CFF6

Black with #57CFF6

Text Example


Text Example

White with #57CFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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