Html Css Color HEX #3DE6B6 Turquoise

📋 copy color: '#3DE6B6'

red 61 ◦ green 230 ◦ blue 182

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

Shades of Turquoise #3DE6B6

Tints of Turquoise #3DE6B6

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.63%

 BLUE value IS 182 (71.48% from 255) = 38.48%

R = 12.9%
G = 48.63%
B = 38.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#3DE6B6 (or 0x3DE6B6) is known color: Turquoise. HEX triplet: 3D, E6 and B6. RGB value is (61,230,182). Sum of RGB (Red+Green+Blue) = 61+230+182=473 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.90% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #3DE6B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DE6B6 is #C21949. Grayscale: #AEAEAE. Windows color (decimal): -12720458 or 11986493. OLE color: 11986493.

HSL color Cylindrical-coordinate representation of color #3DE6B6: hue angle of 162.96º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE6B6 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 61 230 182 -
CMYK 0.73 0 0.21 0.10
HSL 162.96º 0.77% 0.57% -
HSV(B) 162.96º 0.73% 0.9% -
XYZ 38.66 60.96 53.99 -
YUV 174 132.51 47.4 -
System Red Green Blue C M Y K H S L
Decimal 61 230 182 0.73 0 0.21 0.10 162.96 0.77 0.57
Hex 3D E6 B6 49 0 15 A A3 4D 39
Octal 75 346 266 111 0 25 12 243 115 71
Binary 111101 11100110 10110110 1001001 0 10101 1010 10100011 1001101 111001

Color Harmonies of #3DE6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE6B6

Black with #3DE6B6

Text Example


Text Example

White with #3DE6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,230,182); }

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

background-color css

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

 a { background-color: rgb(61,230,182); }

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

border-color css

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

 span { border-color: rgb(61,230,182); }

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