Html Css Color HEX #3ED7C4 Turquoise

📋 copy color: '#3ED7C4'

red 62 ◦ green 215 ◦ blue 196

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

Shades of Turquoise #3ED7C4

Tints of Turquoise #3ED7C4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.45%

 BLUE value IS 196 (76.95% from 255) = 41.44%

R = 13.11%
G = 45.45%
B = 41.44%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#3ED7C4 (or 0x3ED7C4) is known color: Turquoise. HEX triplet: 3E, D7 and C4. RGB value is (62,215,196). Sum of RGB (Red+Green+Blue) = 62+215+196=473 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.11% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #3ED7C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED7C4 is #C1283B. Grayscale: #A7A7A7. Windows color (decimal): -12658748 or 12900158. OLE color: 12900158.

HSL color Cylindrical-coordinate representation of color #3ED7C4: hue angle of 172.55º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED7C4 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 62 215 196 -
CMYK 0.71 0 0.09 0.16
HSL 172.55º 0.66% 0.54% -
HSV(B) 172.55º 0.71% 0.84% -
XYZ 36.25 53.61 60.66 -
YUV 167.09 144.31 53.04 -
System Red Green Blue C M Y K H S L
Decimal 62 215 196 0.71 0 0.09 0.16 172.55 0.66 0.54
Hex 3E D7 C4 47 0 9 10 AD 42 36
Octal 76 327 304 107 0 11 20 255 102 66
Binary 111110 11010111 11000100 1000111 0 1001 10000 10101101 1000010 110110

Color Harmonies of #3ED7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED7C4

Black with #3ED7C4

Text Example


Text Example

White with #3ED7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,215,196); }

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

background-color css

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

 a { background-color: rgb(62,215,196); }

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

border-color css

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

 span { border-color: rgb(62,215,196); }

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