Html Css Color HEX #3EFDCD Turquoise

📋 copy color: '#3EFDCD'

red 62 ◦ green 253 ◦ blue 205

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

Shades of Turquoise #3EFDCD

Tints of Turquoise #3EFDCD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.65%

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 11.92%
G = 48.65%
B = 39.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#3EFDCD (or 0x3EFDCD) is known color: Turquoise. HEX triplet: 3E, FD and CD. RGB value is (62,253,205). Sum of RGB (Red+Green+Blue) = 62+253+205=520 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.92% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDCD is #C10232. Grayscale: #BEBEBE. Windows color (decimal): -12649011 or 13499710. OLE color: 13499710.

HSL color Cylindrical-coordinate representation of color #3EFDCD: hue angle of 164.92º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFDCD is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 253 205 -
CMYK 0.75 0 0.19 0.01
HSL 164.92º 0.98% 0.62% -
HSV(B) 164.92º 0.75% 0.99% -
XYZ 48.13 75.68 69.83 -
YUV 190.42 136.22 36.4 -
System Red Green Blue C M Y K H S L
Decimal 62 253 205 0.75 0 0.19 0.01 164.92 0.98 0.62
Hex 3E FD CD 4B 0 13 1 A5 62 3E
Octal 76 375 315 113 0 23 1 245 142 76
Binary 111110 11111101 11001101 1001011 0 10011 1 10100101 1100010 111110

Color Harmonies of #3EFDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFDCD

Black with #3EFDCD

Text Example


Text Example

White with #3EFDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,253,205); }

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

background-color css

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

 a { background-color: rgb(62,253,205); }

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

border-color css

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

 span { border-color: rgb(62,253,205); }

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