Html Css Color HEX #3EFED0 Turquoise

📋 copy color: '#3EFED0'

red 62 ◦ green 254 ◦ blue 208

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

Shades of Turquoise #3EFED0

Tints of Turquoise #3EFED0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.47%

 BLUE value IS 208 (81.64% from 255) = 39.69%

R = 11.83%
G = 48.47%
B = 39.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#3EFED0 (or 0x3EFED0) is known color: Turquoise. HEX triplet: 3E, FE and D0. RGB value is (62,254,208). Sum of RGB (Red+Green+Blue) = 62+254+208=524 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.83% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFED0 is #C1012F. Grayscale: #BFBFBF. Windows color (decimal): -12648752 or 13696574. OLE color: 13696574.

HSL color Cylindrical-coordinate representation of color #3EFED0: hue angle of 165.62º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFED0 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 62 254 208 -
CMYK 0.76 0 0.18 0.00
HSL 165.63º 0.99% 0.62% -
HSV(B) 165.63º 0.76% 1% -
XYZ 48.81 76.46 71.86 -
YUV 191.35 137.39 35.74 -
System Red Green Blue C M Y K H S L
Decimal 62 254 208 0.76 0 0.18 0.00 165.63 0.99 0.62
Hex 3E FE D0 4C 0 12 0 A6 63 3E
Octal 76 376 320 114 0 22 0 246 143 76
Binary 111110 11111110 11010000 1001100 0 10010 0 10100110 1100011 111110

Color Harmonies of #3EFED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFED0

Black with #3EFED0

Text Example


Text Example

White with #3EFED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,254,208); }

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

background-color css

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

 a { background-color: rgb(62,254,208); }

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

border-color css

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

 span { border-color: rgb(62,254,208); }

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