Html Css Color HEX #3EDCDF Turquoise

📋 copy color: '#3EDCDF'

red 62 ◦ green 220 ◦ blue 223

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

Shades of Turquoise #3EDCDF

Tints of Turquoise #3EDCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.56%

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 12.28%
G = 43.56%
B = 44.16%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3EDCDF (or 0x3EDCDF) is known color: Turquoise. HEX triplet: 3E, DC and DF. RGB value is (62,220,223). Sum of RGB (Red+Green+Blue) = 62+220+223=505 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.28% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #3EDCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDCDF is #C12320. Grayscale: #ACACAC. Windows color (decimal): -12657441 or 14670910. OLE color: 14670910.

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

Color convert

RGB 62 220 223 -
CMYK 0.72 0.01 0 0.13
HSL 181.12º 0.72% 0.56% -
HSV(B) 181.12º 0.72% 0.87% -
XYZ 40.9 57.54 78.76 -
YUV 173.1 156.15 48.76 -
System Red Green Blue C M Y K H S L
Decimal 62 220 223 0.72 0.01 0 0.13 181.12 0.72 0.56
Hex 3E DC DF 48 1 0 D B5 48 38
Octal 76 334 337 110 1 0 15 265 110 70
Binary 111110 11011100 11011111 1001000 1 0 1101 10110101 1001000 111000

Color Harmonies of #3EDCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDCDF

Black with #3EDCDF

Text Example


Text Example

White with #3EDCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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