Html Css Color HEX #3EDCE2 Turquoise

📋 copy color: '#3EDCE2'

red 62 ◦ green 220 ◦ blue 226

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

Shades of Turquoise #3EDCE2

Tints of Turquoise #3EDCE2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.31%

 BLUE value IS 226 (88.67% from 255) = 44.49%

R = 12.2%
G = 43.31%
B = 44.49%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3EDCE2 (or 0x3EDCE2) is known color: Turquoise. HEX triplet: 3E, DC and E2. RGB value is (62,220,226). Sum of RGB (Red+Green+Blue) = 62+220+226=508 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.20% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 226 (88.67% from 255 or 44.49% from 508); Max value from RGB is 226 - color contains mainly: blue. Hex color #3EDCE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDCE2 is #C1231D. Grayscale: #ADADAD. Windows color (decimal): -12657438 or 14867518. OLE color: 14867518.

HSL color Cylindrical-coordinate representation of color #3EDCE2: hue angle of 182.2º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EDCE2 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 62 220 226 -
CMYK 0.73 0.03 0 0.11
HSL 182.2º 0.74% 0.56% -
HSV(B) 182.2º 0.73% 0.89% -
XYZ 41.31 57.7 80.91 -
YUV 173.44 157.65 48.51 -
System Red Green Blue C M Y K H S L
Decimal 62 220 226 0.73 0.03 0 0.11 182.2 0.74 0.56
Hex 3E DC E2 49 3 0 B B6 4A 38
Octal 76 334 342 111 3 0 13 266 112 70
Binary 111110 11011100 11100010 1001001 11 0 1011 10110110 1001010 111000

Color Harmonies of #3EDCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDCE2

Black with #3EDCE2

Text Example


Text Example

White with #3EDCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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