Html Css Color HEX #3DC3CA Medium Turquoise

📋 copy color: '#3DC3CA'

red 61 ◦ green 195 ◦ blue 202

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

Shades of Medium Turquoise #3DC3CA

Tints of Medium Turquoise #3DC3CA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.58%

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 13.32%
G = 42.58%
B = 44.1%

CMYK

 C value IS 0.70

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3DC3CA (or 0x3DC3CA) is known color: Medium Turquoise. HEX triplet: 3D, C3 and CA. RGB value is (61,195,202). Sum of RGB (Red+Green+Blue) = 61+195+202=458 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.32% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #3DC3CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC3CA is #C23C35. Grayscale: #9B9B9B. Windows color (decimal): -12729398 or 13288253. OLE color: 13288253.

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

Color convert

RGB 61 195 202 -
CMYK 0.70 0.03 0 0.21
HSL 182.98º 0.57% 0.52% -
HSV(B) 182.98º 0.7% 0.79% -
XYZ 32.1 44.29 62.73 -
YUV 155.73 154.11 60.43 -
System Red Green Blue C M Y K H S L
Decimal 61 195 202 0.70 0.03 0 0.21 182.98 0.57 0.52
Hex 3D C3 CA 46 3 0 15 B7 39 34
Octal 75 303 312 106 3 0 25 267 71 64
Binary 111101 11000011 11001010 1000110 11 0 10101 10110111 111001 110100

Color Harmonies of #3DC3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC3CA

Black with #3DC3CA

Text Example


Text Example

White with #3DC3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,195,202); }

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

background-color css

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

 a { background-color: rgb(61,195,202); }

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

border-color css

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

 span { border-color: rgb(61,195,202); }

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