Html Css Color HEX #5CD5CB Medium Turquoise

📋 copy color: '#5CD5CB'

red 92 ◦ green 213 ◦ blue 203

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

Shades of Medium Turquoise #5CD5CB

Tints of Medium Turquoise #5CD5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.93%

 BLUE value IS 203 (79.69% from 255) = 39.96%

R = 18.11%
G = 41.93%
B = 39.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#5CD5CB (or 0x5CD5CB) is known color: Medium Turquoise. HEX triplet: 5C, D5 and CB. RGB value is (92,213,203). Sum of RGB (Red+Green+Blue) = 92+213+203=508 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.11% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #5CD5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD5CB is #A32A34. Grayscale: #AFAFAF. Windows color (decimal): -10693173 or 13358428. OLE color: 13358428.

HSL color Cylindrical-coordinate representation of color #5CD5CB: hue angle of 175.04º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD5CB is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 92 213 203 -
CMYK 0.57 0 0.05 0.16
HSL 175.04º 0.59% 0.6% -
HSV(B) 175.04º 0.57% 0.84% -
XYZ 38.99 54.18 64.9 -
YUV 175.68 143.41 68.31 -
System Red Green Blue C M Y K H S L
Decimal 92 213 203 0.57 0 0.05 0.16 175.04 0.59 0.6
Hex 5C D5 CB 39 0 5 10 AF 3B 3C
Octal 134 325 313 71 0 5 20 257 73 74
Binary 1011100 11010101 11001011 111001 0 101 10000 10101111 111011 111100

Color Harmonies of #5CD5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD5CB

Black with #5CD5CB

Text Example


Text Example

White with #5CD5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,213,203); }

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

background-color css

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

 a { background-color: rgb(92,213,203); }

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

border-color css

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

 span { border-color: rgb(92,213,203); }

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