Html Css Color HEX #3DEAB2 Turquoise

📋 copy color: '#3DEAB2'

red 61 ◦ green 234 ◦ blue 178

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

Shades of Turquoise #3DEAB2

Tints of Turquoise #3DEAB2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.47%

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 12.9%
G = 49.47%
B = 37.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#3DEAB2 (or 0x3DEAB2) is known color: Turquoise. HEX triplet: 3D, EA and B2. RGB value is (61,234,178). Sum of RGB (Red+Green+Blue) = 61+234+178=473 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.90% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #3DEAB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DEAB2 is #C2154D. Grayscale: #AFAFAF. Windows color (decimal): -12719438 or 11725373. OLE color: 11725373.

HSL color Cylindrical-coordinate representation of color #3DEAB2: hue angle of 160.58º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEAB2 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 61 234 178 -
CMYK 0.74 0 0.24 0.08
HSL 160.58º 0.8% 0.58% -
HSV(B) 160.58º 0.74% 0.92% -
XYZ 39.38 63.05 52.21 -
YUV 175.89 129.19 46.05 -
System Red Green Blue C M Y K H S L
Decimal 61 234 178 0.74 0 0.24 0.08 160.58 0.8 0.58
Hex 3D EA B2 4A 0 18 8 A1 50 3A
Octal 75 352 262 112 0 30 10 241 120 72
Binary 111101 11101010 10110010 1001010 0 11000 1000 10100001 1010000 111010

Color Harmonies of #3DEAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEAB2

Black with #3DEAB2

Text Example


Text Example

White with #3DEAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,234,178); }

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

background-color css

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

 a { background-color: rgb(61,234,178); }

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

border-color css

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

 span { border-color: rgb(61,234,178); }

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