Html Css Color HEX #3EDAC8 Turquoise

📋 copy color: '#3EDAC8'

red 62 ◦ green 218 ◦ blue 200

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

Shades of Turquoise #3EDAC8

Tints of Turquoise #3EDAC8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.42%

 BLUE value IS 200 (78.52% from 255) = 41.67%

R = 12.92%
G = 45.42%
B = 41.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#3EDAC8 (or 0x3EDAC8) is known color: Turquoise. HEX triplet: 3E, DA and C8. RGB value is (62,218,200). Sum of RGB (Red+Green+Blue) = 62+218+200=480 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.92% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 200 (78.52% from 255 or 41.67% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #3EDAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDAC8 is #C12537. Grayscale: #A9A9A9. Windows color (decimal): -12657976 or 13163070. OLE color: 13163070.

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

Color convert

RGB 62 218 200 -
CMYK 0.72 0 0.08 0.15
HSL 173.08º 0.68% 0.55% -
HSV(B) 173.08º 0.72% 0.85% -
XYZ 37.48 55.34 63.35 -
YUV 169.3 145.32 51.46 -
System Red Green Blue C M Y K H S L
Decimal 62 218 200 0.72 0 0.08 0.15 173.08 0.68 0.55
Hex 3E DA C8 48 0 8 F AD 44 37
Octal 76 332 310 110 0 10 17 255 104 67
Binary 111110 11011010 11001000 1001000 0 1000 1111 10101101 1000100 110111

Color Harmonies of #3EDAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDAC8

Black with #3EDAC8

Text Example


Text Example

White with #3EDAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,218,200); }

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

background-color css

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

 a { background-color: rgb(62,218,200); }

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

border-color css

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

 span { border-color: rgb(62,218,200); }

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