Html Css Color HEX #3EDDDB Turquoise

📋 copy color: '#3EDDDB'

red 62 ◦ green 221 ◦ blue 219

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

Shades of Turquoise #3EDDDB

Tints of Turquoise #3EDDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.02%

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 12.35%
G = 44.02%
B = 43.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#3EDDDB (or 0x3EDDDB) is known color: Turquoise. HEX triplet: 3E, DD and DB. RGB value is (62,221,219). Sum of RGB (Red+Green+Blue) = 62+221+219=502 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.35% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDDDB is #C12224. Grayscale: #ADADAD. Windows color (decimal): -12657189 or 14409022. OLE color: 14409022.

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

Color convert

RGB 62 221 219 -
CMYK 0.72 0 0.01 0.13
HSL 179.25º 0.7% 0.55% -
HSV(B) 179.25º 0.72% 0.87% -
XYZ 40.63 57.85 76.04 -
YUV 173.23 153.82 48.66 -
System Red Green Blue C M Y K H S L
Decimal 62 221 219 0.72 0 0.01 0.13 179.25 0.7 0.55
Hex 3E DD DB 48 0 1 D B3 46 37
Octal 76 335 333 110 0 1 15 263 106 67
Binary 111110 11011101 11011011 1001000 0 1 1101 10110011 1000110 110111

Color Harmonies of #3EDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDDDB

Black with #3EDDDB

Text Example


Text Example

White with #3EDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,221,219); }

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

background-color css

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

 a { background-color: rgb(62,221,219); }

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

border-color css

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

 span { border-color: rgb(62,221,219); }

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