Html Css Color HEX #3EDFDD Turquoise

📋 copy color: '#3EDFDD'

red 62 ◦ green 223 ◦ blue 221

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

Shades of Turquoise #3EDFDD

Tints of Turquoise #3EDFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 12.25%
G = 44.07%
B = 43.68%

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

#3EDFDD (or 0x3EDFDD) is known color: Turquoise. HEX triplet: 3E, DF and DD. RGB value is (62,223,221). Sum of RGB (Red+Green+Blue) = 62+223+221=506 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.25% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFDD is #C12022. Grayscale: #AEAEAE. Windows color (decimal): -12656675 or 14540606. OLE color: 14540606.

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

Color convert

RGB 62 223 221 -
CMYK 0.72 0 0.01 0.13
HSL 179.25º 0.72% 0.56% -
HSV(B) 179.25º 0.72% 0.87% -
XYZ 41.43 59.02 77.62 -
YUV 174.63 154.16 47.66 -
System Red Green Blue C M Y K H S L
Decimal 62 223 221 0.72 0 0.01 0.13 179.25 0.72 0.56
Hex 3E DF DD 48 0 1 D B3 48 38
Octal 76 337 335 110 0 1 15 263 110 70
Binary 111110 11011111 11011101 1001000 0 1 1101 10110011 1001000 111000

Color Harmonies of #3EDFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDFDD

Black with #3EDFDD

Text Example


Text Example

White with #3EDFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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