Html Css Color HEX #3DCADD Medium Turquoise

📋 copy color: '#3DCADD'

red 61 ◦ green 202 ◦ blue 221

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

Shades of Medium Turquoise #3DCADD

Tints of Medium Turquoise #3DCADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.74%

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 12.6%
G = 41.74%
B = 45.66%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3DCADD (or 0x3DCADD) is known color: Medium Turquoise. HEX triplet: 3D, CA and DD. RGB value is (61,202,221). Sum of RGB (Red+Green+Blue) = 61+202+221=484 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.60% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #3DCADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCADD is #C23522. Grayscale: #A1A1A1. Windows color (decimal): -12727587 or 14535229. OLE color: 14535229.

HSL color Cylindrical-coordinate representation of color #3DCADD: hue angle of 187.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DCADD is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 202 221 -
CMYK 0.72 0.09 0 0.13
HSL 187.13º 0.7% 0.55% -
HSV(B) 187.13º 0.72% 0.87% -
XYZ 36.1 48.45 75.86 -
YUV 162.01 161.29 55.96 -
System Red Green Blue C M Y K H S L
Decimal 61 202 221 0.72 0.09 0 0.13 187.13 0.7 0.55
Hex 3D CA DD 48 9 0 D BB 46 37
Octal 75 312 335 110 11 0 15 273 106 67
Binary 111101 11001010 11011101 1001000 1001 0 1101 10111011 1000110 110111

Color Harmonies of #3DCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCADD

Black with #3DCADD

Text Example


Text Example

White with #3DCADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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