Html Css Color HEX #3EDEDC Turquoise

📋 copy color: '#3EDEDC'

red 62 ◦ green 222 ◦ blue 220

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

Shades of Turquoise #3EDEDC

Tints of Turquoise #3EDEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.05%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 12.3%
G = 44.05%
B = 43.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#3EDEDC (or 0x3EDEDC) is known color: Turquoise. HEX triplet: 3E, DE and DC. RGB value is (62,222,220). Sum of RGB (Red+Green+Blue) = 62+222+220=504 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.30% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDEDC is #C12123. Grayscale: #ADADAD. Windows color (decimal): -12656932 or 14474814. OLE color: 14474814.

HSL color Cylindrical-coordinate representation of color #3EDEDC: hue angle of 179.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDEDC is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 222 220 -
CMYK 0.72 0 0.01 0.13
HSL 179.25º 0.71% 0.56% -
HSV(B) 179.25º 0.72% 0.87% -
XYZ 41.03 58.43 76.83 -
YUV 173.93 153.99 48.16 -
System Red Green Blue C M Y K H S L
Decimal 62 222 220 0.72 0 0.01 0.13 179.25 0.71 0.56
Hex 3E DE DC 48 0 1 D B3 47 38
Octal 76 336 334 110 0 1 15 263 107 70
Binary 111110 11011110 11011100 1001000 0 1 1101 10110011 1000111 111000

Color Harmonies of #3EDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDEDC

Black with #3EDEDC

Text Example


Text Example

White with #3EDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,222,220); }

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

background-color css

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

 a { background-color: rgb(62,222,220); }

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

border-color css

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

 span { border-color: rgb(62,222,220); }

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