Html Css Color HEX #3DECC2 Turquoise

📋 copy color: '#3DECC2'

red 61 ◦ green 236 ◦ blue 194

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

Shades of Turquoise #3DECC2

Tints of Turquoise #3DECC2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.07%

 BLUE value IS 194 (76.17% from 255) = 39.51%

R = 12.42%
G = 48.07%
B = 39.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#3DECC2 (or 0x3DECC2) is known color: Turquoise. HEX triplet: 3D, EC and C2. RGB value is (61,236,194). Sum of RGB (Red+Green+Blue) = 61+236+194=491 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.42% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECC2 is #C2133D. Grayscale: #B2B2B2. Windows color (decimal): -12718910 or 12774461. OLE color: 12774461.

HSL color Cylindrical-coordinate representation of color #3DECC2: hue angle of 165.6º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DECC2 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 236 194 -
CMYK 0.74 0 0.18 0.07
HSL 165.6º 0.82% 0.58% -
HSV(B) 165.6º 0.74% 0.93% -
XYZ 41.66 64.88 61.37 -
YUV 178.89 136.52 43.92 -
System Red Green Blue C M Y K H S L
Decimal 61 236 194 0.74 0 0.18 0.07 165.6 0.82 0.58
Hex 3D EC C2 4A 0 12 7 A6 52 3A
Octal 75 354 302 112 0 22 7 246 122 72
Binary 111101 11101100 11000010 1001010 0 10010 111 10100110 1010010 111010

Color Harmonies of #3DECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DECC2

Black with #3DECC2

Text Example


Text Example

White with #3DECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,236,194); }

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

background-color css

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

 a { background-color: rgb(61,236,194); }

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

border-color css

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

 span { border-color: rgb(61,236,194); }

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