Html Css Color HEX #5CD0CF Medium Turquoise

📋 copy color: '#5CD0CF'

red 92 ◦ green 208 ◦ blue 207

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

Shades of Medium Turquoise #5CD0CF

Tints of Medium Turquoise #5CD0CF

RGB

 RED value IS 92 (36.33% from 255) = 18.15%

 GREEN value IS 208 (81.64% from 255) = 41.03%

 BLUE value IS 207 (81.25% from 255) = 40.83%

R = 18.15%
G = 41.03%
B = 40.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#5CD0CF (or 0x5CD0CF) is known color: Medium Turquoise. HEX triplet: 5C, D0 and CF. RGB value is (92,208,207). Sum of RGB (Red+Green+Blue) = 92+208+207=507 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.15% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #5CD0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD0CF is #A32F30. Grayscale: #ADADAD. Windows color (decimal): -10694449 or 13619292. OLE color: 13619292.

HSL color Cylindrical-coordinate representation of color #5CD0CF: hue angle of 179.48º degrees, saturation: 0.55, 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 #5CD0CF is Cyan = 0.56, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 92 208 207 -
CMYK 0.56 0 0.00 0.18
HSL 179.48º 0.55% 0.59% -
HSV(B) 179.48º 0.56% 0.82% -
XYZ 38.23 51.89 67.03 -
YUV 173.2 147.07 70.08 -
System Red Green Blue C M Y K H S L
Decimal 92 208 207 0.56 0 0.00 0.18 179.48 0.55 0.59
Hex 5C D0 CF 38 0 0 12 B3 37 3B
Octal 134 320 317 70 0 0 22 263 67 73
Binary 1011100 11010000 11001111 111000 0 0 10010 10110011 110111 111011

Color Harmonies of #5CD0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD0CF

Black with #5CD0CF

Text Example


Text Example

White with #5CD0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5CD0CF;
 }
 .AnyTagClassName
 {
   color: #5CD0CF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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