Html Css Color HEX #3DC5CC Medium Turquoise

📋 copy color: '#3DC5CC'

red 61 ◦ green 197 ◦ blue 204

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

Shades of Medium Turquoise #3DC5CC

Tints of Medium Turquoise #3DC5CC

RGB

 RED value IS 61 (24.22% from 255) = 13.2%

 GREEN value IS 197 (77.34% from 255) = 42.64%

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 13.2%
G = 42.64%
B = 44.16%

CMYK

 C value IS 0.70

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3DC5CC (or 0x3DC5CC) is known color: Medium Turquoise. HEX triplet: 3D, C5 and CC. RGB value is (61,197,204). Sum of RGB (Red+Green+Blue) = 61+197+204=462 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.20% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #3DC5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC5CC is #C23A33. Grayscale: #9C9C9C. Windows color (decimal): -12728884 or 13419837. OLE color: 13419837.

HSL color Cylindrical-coordinate representation of color #3DC5CC: hue angle of 182.94º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC5CC is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 61 197 204 -
CMYK 0.70 0.03 0 0.2
HSL 182.94º 0.58% 0.52% -
HSV(B) 182.94º 0.7% 0.8% -
XYZ 32.79 45.28 64.14 -
YUV 157.13 154.44 59.43 -
System Red Green Blue C M Y K H S L
Decimal 61 197 204 0.70 0.03 0 0.2 182.94 0.58 0.52
Hex 3D C5 CC 46 3 0 14 B7 3A 34
Octal 75 305 314 106 3 0 24 267 72 64
Binary 111101 11000101 11001100 1000110 11 0 10100 10110111 111010 110100

Color Harmonies of #3DC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC5CC

Black with #3DC5CC

Text Example


Text Example

White with #3DC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DC5CC; }

 p { color: rgb(61,197,204); }

 H1.HeaderClassName
 {
   color: #3DC5CC;
 }
 .AnyTagClassName
 {
   color: #3DC5CC;
 }
</style>

background-color css

<style>
 a { background-color: #3DC5CC; }

 a { background-color: rgb(61,197,204); }

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

border-color css

<style>
 span { border-color: #3DC5CC; }

 span { border-color: rgb(61,197,204); }

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