Html Css Color HEX #3EDFD2 Turquoise

📋 copy color: '#3EDFD2'

red 62 ◦ green 223 ◦ blue 210

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

Shades of Turquoise #3EDFD2

Tints of Turquoise #3EDFD2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.05%

 BLUE value IS 210 (82.42% from 255) = 42.42%

R = 12.53%
G = 45.05%
B = 42.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#3EDFD2 (or 0x3EDFD2) is known color: Turquoise. HEX triplet: 3E, DF and D2. RGB value is (62,223,210). Sum of RGB (Red+Green+Blue) = 62+223+210=495 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.53% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFD2 is #C1202D. Grayscale: #ADADAD. Windows color (decimal): -12656686 or 13819710. OLE color: 13819710.

HSL color Cylindrical-coordinate representation of color #3EDFD2: hue angle of 175.16º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDFD2 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 223 210 -
CMYK 0.72 0 0.06 0.13
HSL 175.16º 0.72% 0.56% -
HSV(B) 175.16º 0.72% 0.87% -
XYZ 40.01 58.45 70.15 -
YUV 173.38 148.66 48.56 -
System Red Green Blue C M Y K H S L
Decimal 62 223 210 0.72 0 0.06 0.13 175.16 0.72 0.56
Hex 3E DF D2 48 0 6 D AF 48 38
Octal 76 337 322 110 0 6 15 257 110 70
Binary 111110 11011111 11010010 1001000 0 110 1101 10101111 1001000 111000

Color Harmonies of #3EDFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDFD2

Black with #3EDFD2

Text Example


Text Example

White with #3EDFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,223,210); }

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

background-color css

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

 a { background-color: rgb(62,223,210); }

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

border-color css

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

 span { border-color: rgb(62,223,210); }

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