Html Css Color HEX #3EEEEB Turquoise

📋 copy color: '#3EEEEB'

red 62 ◦ green 238 ◦ blue 235

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

Shades of Turquoise #3EEEEB

Tints of Turquoise #3EEEEB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.49%

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

R = 11.59%
G = 44.49%
B = 43.93%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#3EEEEB (or 0x3EEEEB) is known color: Turquoise. HEX triplet: 3E, EE and EB. RGB value is (62,238,235). Sum of RGB (Red+Green+Blue) = 62+238+235=535 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.59% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #3EEEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEEEB is #C11114. Grayscale: #B8B8B8. Windows color (decimal): -12652821 or 15461950. OLE color: 15461950.

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

Color convert

RGB 62 238 235 -
CMYK 0.74 0 0.01 0.07
HSL 178.98º 0.84% 0.59% -
HSV(B) 178.98º 0.74% 0.93% -
XYZ 47.56 68.17 89.25 -
YUV 185.03 156.19 40.24 -
System Red Green Blue C M Y K H S L
Decimal 62 238 235 0.74 0 0.01 0.07 178.98 0.84 0.59
Hex 3E EE EB 4A 0 1 7 B3 54 3B
Octal 76 356 353 112 0 1 7 263 124 73
Binary 111110 11101110 11101011 1001010 0 1 111 10110011 1010100 111011

Color Harmonies of #3EEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEEEB

Black with #3EEEEB

Text Example


Text Example

White with #3EEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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