Html Css Color HEX #3ED9EF Turquoise

📋 copy color: '#3ED9EF'

red 62 ◦ green 217 ◦ blue 239

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

Shades of Turquoise #3ED9EF

Tints of Turquoise #3ED9EF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.89%

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 11.97%
G = 41.89%
B = 46.14%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3ED9EF (or 0x3ED9EF) is known color: Turquoise. HEX triplet: 3E, D9 and EF. RGB value is (62,217,239). Sum of RGB (Red+Green+Blue) = 62+217+239=518 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.97% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #3ED9EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ED9EF is #C12610. Grayscale: #ACACAC. Windows color (decimal): -12658193 or 15718718. OLE color: 15718718.

HSL color Cylindrical-coordinate representation of color #3ED9EF: hue angle of 187.46º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ED9EF is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 62 217 239 -
CMYK 0.74 0.09 0 0.06
HSL 187.46º 0.85% 0.59% -
HSV(B) 187.46º 0.74% 0.94% -
XYZ 42.38 56.88 90.41 -
YUV 173.16 165.15 48.71 -
System Red Green Blue C M Y K H S L
Decimal 62 217 239 0.74 0.09 0 0.06 187.46 0.85 0.59
Hex 3E D9 EF 4A 9 0 6 BB 55 3B
Octal 76 331 357 112 11 0 6 273 125 73
Binary 111110 11011001 11101111 1001010 1001 0 110 10111011 1010101 111011

Color Harmonies of #3ED9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED9EF

Black with #3ED9EF

Text Example


Text Example

White with #3ED9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,217,239); }

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

background-color css

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

 a { background-color: rgb(62,217,239); }

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

border-color css

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

 span { border-color: rgb(62,217,239); }

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