Html Css Color HEX #3ED5EC Turquoise

📋 copy color: '#3ED5EC'

red 62 ◦ green 213 ◦ blue 236

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

Shades of Turquoise #3ED5EC

Tints of Turquoise #3ED5EC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.68%

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 12.13%
G = 41.68%
B = 46.18%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3ED5EC (or 0x3ED5EC) is known color: Turquoise. HEX triplet: 3E, D5 and EC. RGB value is (62,213,236). Sum of RGB (Red+Green+Blue) = 62+213+236=511 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.13% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #3ED5EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ED5EC is #C12A13. Grayscale: #AAAAAA. Windows color (decimal): -12659220 or 15521086. OLE color: 15521086.

HSL color Cylindrical-coordinate representation of color #3ED5EC: hue angle of 187.93º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ED5EC is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 62 213 236 -
CMYK 0.74 0.10 0 0.07
HSL 187.93º 0.82% 0.58% -
HSV(B) 187.93º 0.74% 0.93% -
XYZ 40.92 54.67 87.75 -
YUV 170.47 164.97 50.63 -
System Red Green Blue C M Y K H S L
Decimal 62 213 236 0.74 0.10 0 0.07 187.93 0.82 0.58
Hex 3E D5 EC 4A A 0 7 BC 52 3A
Octal 76 325 354 112 12 0 7 274 122 72
Binary 111110 11010101 11101100 1001010 1010 0 111 10111100 1010010 111010

Color Harmonies of #3ED5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED5EC

Black with #3ED5EC

Text Example


Text Example

White with #3ED5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,213,236); }

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

background-color css

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

 a { background-color: rgb(62,213,236); }

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

border-color css

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

 span { border-color: rgb(62,213,236); }

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