#5ccfd1

Color #5CCFD1 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #5CCFD1

Tints of Medium Turquoise #5CCFD1

Color information

#5CCFD1 (or 0x5CCFD1) is unknown color: approx Medium Turquoise. HEX triplet: 5C, CF and D1. RGB value is (92,207,209). Sum of RGB (Red+Green+Blue) = 92+207+209=508 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.11% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #5CCFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCFD1 is #A3302E. Grayscale: #ACACAC. Windows color (decimal): -10694703 or 13750108. OLE color: 13750108.

HSL color Cylindrical-coordinate representation of color #5CCFD1: hue angle of 181.03º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CCFD1 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB92207209-
CMYK0.560.0100.18
HSL181.03º55.98%59.02%-
HSV(B)181.03º55.98%81.96%-
XYZ38.2451.568.25-
YUV172.84148.470.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.11%
GREEN value IS 207 (81.25% from 255) = 40.75%
BLUE value IS 209 (82.03% from 255) = 41.14%
R=18.11%
G=40.75%
B=41.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal922072090.560.0100.18181.0355.9859.02
Hex5CCFD1381012b5383b
Octal1343173217010222657073
Binary10111001100111111010001111000101001010110101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ccfd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ccfd1; }

 p { color: rgb(92,207,209); }

 H1.HeaderClassName
 {
   color: #5ccfd1;
 }
 .AnyTagClassName
 {
   color: #5ccfd1;
 }
</style>
background-color css

<style>
 a { background-color: #5ccfd1; }

 a { background-color: rgb(92,207,209); }

 div.DivClassName
 {
   background-color: #5ccfd1;
 }
 .BgClassName
 {
   background-color: #5ccfd1;
 }
</style>
border-color css

<style>
 span { border-color: #5ccfd1; }

 span { border-color: rgb(92,207,209); }

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