Html Css Color HEX #3EDFE0 Turquoise

📋 copy color: '#3EDFE0'

red 62 ◦ green 223 ◦ blue 224

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

Shades of Turquoise #3EDFE0

Tints of Turquoise #3EDFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.01%

R = 12.18%
G = 43.81%
B = 44.01%

CMYK

 C value IS 0.72

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3EDFE0 (or 0x3EDFE0) is known color: Turquoise. HEX triplet: 3E, DF and E0. RGB value is (62,223,224). Sum of RGB (Red+Green+Blue) = 62+223+224=509 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.18% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #3EDFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFE0 is #C1201F. Grayscale: #AEAEAE. Windows color (decimal): -12656672 or 14737214. OLE color: 14737214.

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

Color convert

RGB 62 223 224 -
CMYK 0.72 0.00 0 0.12
HSL 180.37º 0.72% 0.56% -
HSV(B) 180.37º 0.72% 0.88% -
XYZ 41.83 59.18 79.74 -
YUV 174.98 155.66 47.42 -
System Red Green Blue C M Y K H S L
Decimal 62 223 224 0.72 0.00 0 0.12 180.37 0.72 0.56
Hex 3E DF E0 48 0 0 C B4 48 38
Octal 76 337 340 110 0 0 14 264 110 70
Binary 111110 11011111 11100000 1001000 0 0 1100 10110100 1001000 111000

Color Harmonies of #3EDFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDFE0

Black with #3EDFE0

Text Example


Text Example

White with #3EDFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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