Html Css Color HEX #3EFDF6 Turquoise

📋 copy color: '#3EFDF6'

red 62 ◦ green 253 ◦ blue 246

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

Shades of Turquoise #3EFDF6

Tints of Turquoise #3EFDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.85%

R = 11.05%
G = 45.1%
B = 43.85%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#3EFDF6 (or 0x3EFDF6) is known color: Turquoise. HEX triplet: 3E, FD and F6. RGB value is (62,253,246). Sum of RGB (Red+Green+Blue) = 62+253+246=561 (74% of max value = 765). Red value is 62 (24.61% from 255 or 11.05% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFDF6 is #C10209. Grayscale: #C2C2C2. Windows color (decimal): -12648970 or 16186686. OLE color: 16186686.

HSL color Cylindrical-coordinate representation of color #3EFDF6: hue angle of 177.8º 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 #3EFDF6 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 253 246 -
CMYK 0.75 0 0.03 0.01
HSL 177.8º 0.98% 0.62% -
HSV(B) 177.8º 0.75% 0.99% -
XYZ 53.75 77.93 99.4 -
YUV 195.09 156.72 33.07 -
System Red Green Blue C M Y K H S L
Decimal 62 253 246 0.75 0 0.03 0.01 177.8 0.98 0.62
Hex 3E FD F6 4B 0 3 1 B2 62 3E
Octal 76 375 366 113 0 3 1 262 142 76
Binary 111110 11111101 11110110 1001011 0 11 1 10110010 1100010 111110

Color Harmonies of #3EFDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFDF6

Black with #3EFDF6

Text Example


Text Example

White with #3EFDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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