Html Css Color HEX #3EEBDD Turquoise

📋 copy color: '#3EEBDD'

red 62 ◦ green 235 ◦ blue 221

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

Shades of Turquoise #3EEBDD

Tints of Turquoise #3EEBDD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.37%

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

R = 11.97%
G = 45.37%
B = 42.66%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#3EEBDD (or 0x3EEBDD) is known color: Turquoise. HEX triplet: 3E, EB and DD. RGB value is (62,235,221). Sum of RGB (Red+Green+Blue) = 62+235+221=518 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.97% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBDD is #C11422. Grayscale: #B5B5B5. Windows color (decimal): -12653603 or 14543678. OLE color: 14543678.

HSL color Cylindrical-coordinate representation of color #3EEBDD: hue angle of 175.14º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEBDD is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 62 235 221 -
CMYK 0.74 0 0.06 0.08
HSL 175.14º 0.81% 0.58% -
HSV(B) 175.14º 0.74% 0.92% -
XYZ 44.75 65.66 78.72 -
YUV 181.68 150.19 42.64 -
System Red Green Blue C M Y K H S L
Decimal 62 235 221 0.74 0 0.06 0.08 175.14 0.81 0.58
Hex 3E EB DD 4A 0 6 8 AF 51 3A
Octal 76 353 335 112 0 6 10 257 121 72
Binary 111110 11101011 11011101 1001010 0 110 1000 10101111 1010001 111010

Color Harmonies of #3EEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEBDD

Black with #3EEBDD

Text Example


Text Example

White with #3EEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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