Html Css Color HEX #5CDBC9 Medium Turquoise

📋 copy color: '#5CDBC9'

red 92 ◦ green 219 ◦ blue 201

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

Shades of Medium Turquoise #5CDBC9

Tints of Medium Turquoise #5CDBC9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.77%

 BLUE value IS 201 (78.91% from 255) = 39.26%

R = 17.97%
G = 42.77%
B = 39.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#5CDBC9 (or 0x5CDBC9) is known color: Medium Turquoise. HEX triplet: 5C, DB and C9. RGB value is (92,219,201). Sum of RGB (Red+Green+Blue) = 92+219+201=512 (67% of max value = 765). Red value is 92 (36.33% from 255 or 17.97% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDBC9 is #A32436. Grayscale: #B2B2B2. Windows color (decimal): -10691639 or 13228892. OLE color: 13228892.

HSL color Cylindrical-coordinate representation of color #5CDBC9: hue angle of 171.5º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDBC9 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 219 201 -
CMYK 0.58 0 0.08 0.14
HSL 171.5º 0.64% 0.61% -
HSV(B) 171.5º 0.58% 0.86% -
XYZ 40.29 57.16 64.17 -
YUV 178.98 140.42 65.96 -
System Red Green Blue C M Y K H S L
Decimal 92 219 201 0.58 0 0.08 0.14 171.5 0.64 0.61
Hex 5C DB C9 3A 0 8 E AB 40 3D
Octal 134 333 311 72 0 10 16 253 100 75
Binary 1011100 11011011 11001001 111010 0 1000 1110 10101011 1000000 111101

Color Harmonies of #5CDBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDBC9

Black with #5CDBC9

Text Example


Text Example

White with #5CDBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,219,201); }

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

background-color css

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

 a { background-color: rgb(92,219,201); }

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

border-color css

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

 span { border-color: rgb(92,219,201); }

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