Html Css Color HEX #3EDAC3 Turquoise

📋 copy color: '#3EDAC3'

red 62 ◦ green 218 ◦ blue 195

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

Shades of Turquoise #3EDAC3

Tints of Turquoise #3EDAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.05%

R = 13.05%
G = 45.89%
B = 41.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#3EDAC3 (or 0x3EDAC3) is known color: Turquoise. HEX triplet: 3E, DA and C3. RGB value is (62,218,195). Sum of RGB (Red+Green+Blue) = 62+218+195=475 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.05% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #3EDAC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDAC3 is #C1253C. Grayscale: #A8A8A8. Windows color (decimal): -12657981 or 12835390. OLE color: 12835390.

HSL color Cylindrical-coordinate representation of color #3EDAC3: hue angle of 171.15º 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 #3EDAC3 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 62 218 195 -
CMYK 0.72 0 0.11 0.15
HSL 171.15º 0.68% 0.55% -
HSV(B) 171.15º 0.72% 0.85% -
XYZ 36.91 55.11 60.32 -
YUV 168.73 142.82 51.87 -
System Red Green Blue C M Y K H S L
Decimal 62 218 195 0.72 0 0.11 0.15 171.15 0.68 0.55
Hex 3E DA C3 48 0 B F AB 44 37
Octal 76 332 303 110 0 13 17 253 104 67
Binary 111110 11011010 11000011 1001000 0 1011 1111 10101011 1000100 110111

Color Harmonies of #3EDAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDAC3

Black with #3EDAC3

Text Example


Text Example

White with #3EDAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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