Html Css Color HEX #3EE4C3 Turquoise

📋 copy color: '#3EE4C3'

red 62 ◦ green 228 ◦ blue 195

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

Shades of Turquoise #3EE4C3

Tints of Turquoise #3EE4C3

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.01%

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

R = 12.78%
G = 47.01%
B = 40.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#3EE4C3 (or 0x3EE4C3) is known color: Turquoise. HEX triplet: 3E, E4 and C3. RGB value is (62,228,195). Sum of RGB (Red+Green+Blue) = 62+228+195=485 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.78% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #3EE4C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE4C3 is #C11B3C. Grayscale: #AEAEAE. Windows color (decimal): -12655421 or 12837950. OLE color: 12837950.

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

Color convert

RGB 62 228 195 -
CMYK 0.73 0 0.14 0.11
HSL 168.07º 0.75% 0.57% -
HSV(B) 168.07º 0.73% 0.89% -
XYZ 39.58 60.45 61.21 -
YUV 174.6 139.5 47.68 -
System Red Green Blue C M Y K H S L
Decimal 62 228 195 0.73 0 0.14 0.11 168.07 0.75 0.57
Hex 3E E4 C3 49 0 E B A8 4B 39
Octal 76 344 303 111 0 16 13 250 113 71
Binary 111110 11100100 11000011 1001001 0 1110 1011 10101000 1001011 111001

Color Harmonies of #3EE4C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE4C3

Black with #3EE4C3

Text Example


Text Example

White with #3EE4C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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