Html Css Color HEX #3ED9C9 Turquoise

📋 copy color: '#3ED9C9'

red 62 ◦ green 217 ◦ blue 201

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

Shades of Turquoise #3ED9C9

Tints of Turquoise #3ED9C9

RGB

 RED value IS 62 (24.61% from 255) = 12.92%

 GREEN value IS 217 (85.16% from 255) = 45.21%

 BLUE value IS 201 (78.91% from 255) = 41.88%

R = 12.92%
G = 45.21%
B = 41.88%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#3ED9C9 (or 0x3ED9C9) is known color: Turquoise. HEX triplet: 3E, D9 and C9. RGB value is (62,217,201). Sum of RGB (Red+Green+Blue) = 62+217+201=480 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.92% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #3ED9C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED9C9 is #C12636. Grayscale: #A8A8A8. Windows color (decimal): -12658231 or 13228350. OLE color: 13228350.

HSL color Cylindrical-coordinate representation of color #3ED9C9: hue angle of 173.81º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED9C9 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 62 217 201 -
CMYK 0.71 0 0.07 0.15
HSL 173.81º 0.67% 0.55% -
HSV(B) 173.81º 0.71% 0.85% -
XYZ 37.34 54.87 63.88 -
YUV 168.83 146.15 51.8 -
System Red Green Blue C M Y K H S L
Decimal 62 217 201 0.71 0 0.07 0.15 173.81 0.67 0.55
Hex 3E D9 C9 47 0 7 F AE 43 37
Octal 76 331 311 107 0 7 17 256 103 67
Binary 111110 11011001 11001001 1000111 0 111 1111 10101110 1000011 110111

Color Harmonies of #3ED9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED9C9

Black with #3ED9C9

Text Example


Text Example

White with #3ED9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,217,201); }

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

background-color css

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

 a { background-color: rgb(62,217,201); }

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

border-color css

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

 span { border-color: rgb(62,217,201); }

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