Html Css Color HEX #3EEFD3 Turquoise

📋 copy color: '#3EEFD3'

red 62 ◦ green 239 ◦ blue 211

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

Shades of Turquoise #3EEFD3

Tints of Turquoise #3EEFD3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.68%

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

R = 12.11%
G = 46.68%
B = 41.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#3EEFD3 (or 0x3EEFD3) is known color: Turquoise. HEX triplet: 3E, EF and D3. RGB value is (62,239,211). Sum of RGB (Red+Green+Blue) = 62+239+211=512 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.11% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFD3 is #C1102C. Grayscale: #B6B6B6. Windows color (decimal): -12652589 or 13889342. OLE color: 13889342.

HSL color Cylindrical-coordinate representation of color #3EEFD3: hue angle of 170.51º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEFD3 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 62 239 211 -
CMYK 0.74 0 0.12 0.06
HSL 170.51º 0.85% 0.59% -
HSV(B) 170.51º 0.74% 0.94% -
XYZ 44.61 67.46 72.3 -
YUV 182.89 143.86 41.78 -
System Red Green Blue C M Y K H S L
Decimal 62 239 211 0.74 0 0.12 0.06 170.51 0.85 0.59
Hex 3E EF D3 4A 0 C 6 AB 55 3B
Octal 76 357 323 112 0 14 6 253 125 73
Binary 111110 11101111 11010011 1001010 0 1100 110 10101011 1010101 111011

Color Harmonies of #3EEFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEFD3

Black with #3EEFD3

Text Example


Text Example

White with #3EEFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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