Html Css Color HEX #3EEED3 Turquoise

📋 copy color: '#3EEED3'

red 62 ◦ green 238 ◦ blue 211

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

Shades of Turquoise #3EEED3

Tints of Turquoise #3EEED3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.58%

 BLUE value IS 211 (82.81% from 255) = 41.29%

R = 12.13%
G = 46.58%
B = 41.29%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#3EEED3 (or 0x3EEED3) is known color: Turquoise. HEX triplet: 3E, EE and D3. RGB value is (62,238,211). Sum of RGB (Red+Green+Blue) = 62+238+211=511 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.13% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 238 - color contains mainly: green. Hex color #3EEED3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEED3 is #C1112C. Grayscale: #B6B6B6. Windows color (decimal): -12652845 or 13889086. OLE color: 13889086.

HSL color Cylindrical-coordinate representation of color #3EEED3: hue angle of 170.8º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEED3 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 62 238 211 -
CMYK 0.74 0 0.11 0.07
HSL 170.8º 0.84% 0.59% -
HSV(B) 170.8º 0.74% 0.93% -
XYZ 44.32 66.88 72.2 -
YUV 182.3 144.19 42.2 -
System Red Green Blue C M Y K H S L
Decimal 62 238 211 0.74 0 0.11 0.07 170.8 0.84 0.59
Hex 3E EE D3 4A 0 B 7 AB 54 3B
Octal 76 356 323 112 0 13 7 253 124 73
Binary 111110 11101110 11010011 1001010 0 1011 111 10101011 1010100 111011

Color Harmonies of #3EEED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEED3

Black with #3EEED3

Text Example


Text Example

White with #3EEED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,238,211); }

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

background-color css

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

 a { background-color: rgb(62,238,211); }

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

border-color css

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

 span { border-color: rgb(62,238,211); }

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