Html Css Color HEX #3EE0EB Turquoise

📋 copy color: '#3EE0EB'

red 62 ◦ green 224 ◦ blue 235

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

Shades of Turquoise #3EE0EB

Tints of Turquoise #3EE0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.99%

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 11.9%
G = 42.99%
B = 45.11%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3EE0EB (or 0x3EE0EB) is known color: Turquoise. HEX triplet: 3E, E0 and EB. RGB value is (62,224,235). Sum of RGB (Red+Green+Blue) = 62+224+235=521 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.90% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #3EE0EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EE0EB is #C11F14. Grayscale: #B0B0B0. Windows color (decimal): -12656405 or 15458366. OLE color: 15458366.

HSL color Cylindrical-coordinate representation of color #3EE0EB: hue angle of 183.82º 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 #3EE0EB is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 62 224 235 -
CMYK 0.74 0.05 0 0.08
HSL 183.82º 0.81% 0.58% -
HSV(B) 183.82º 0.74% 0.92% -
XYZ 43.64 60.33 87.94 -
YUV 176.82 160.83 46.11 -
System Red Green Blue C M Y K H S L
Decimal 62 224 235 0.74 0.05 0 0.08 183.82 0.81 0.58
Hex 3E E0 EB 4A 5 0 8 B8 51 3A
Octal 76 340 353 112 5 0 10 270 121 72
Binary 111110 11100000 11101011 1001010 101 0 1000 10111000 1010001 111010

Color Harmonies of #3EE0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE0EB

Black with #3EE0EB

Text Example


Text Example

White with #3EE0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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