Html Css Color HEX #5CCDCF Medium Turquoise

📋 copy color: '#5CCDCF'

red 92 ◦ green 205 ◦ blue 207

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

Shades of Medium Turquoise #5CCDCF

Tints of Medium Turquoise #5CCDCF

RGB

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

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

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

R = 18.25%
G = 40.67%
B = 41.07%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5CCDCF (or 0x5CCDCF) is known color: Medium Turquoise. HEX triplet: 5C, CD and CF. RGB value is (92,205,207). Sum of RGB (Red+Green+Blue) = 92+205+207=504 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.25% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #5CCDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDCF is #A33230. Grayscale: #ABABAB. Windows color (decimal): -10695217 or 13618524. OLE color: 13618524.

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

Color convert

RGB 92 205 207 -
CMYK 0.56 0.01 0 0.19
HSL 181.04º 0.55% 0.59% -
HSV(B) 181.04º 0.56% 0.81% -
XYZ 37.51 50.44 66.79 -
YUV 171.44 148.06 71.34 -
System Red Green Blue C M Y K H S L
Decimal 92 205 207 0.56 0.01 0 0.19 181.04 0.55 0.59
Hex 5C CD CF 38 1 0 13 B5 37 3B
Octal 134 315 317 70 1 0 23 265 67 73
Binary 1011100 11001101 11001111 111000 1 0 10011 10110101 110111 111011

Color Harmonies of #5CCDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCDCF

Black with #5CCDCF

Text Example


Text Example

White with #5CCDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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