Html Css Color HEX #3EEDBB Turquoise

📋 copy color: '#3EEDBB'

red 62 ◦ green 237 ◦ blue 187

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

Shades of Turquoise #3EEDBB

Tints of Turquoise #3EEDBB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.77%

 BLUE value IS 187 (73.44% from 255) = 38.48%

R = 12.76%
G = 48.77%
B = 38.48%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#3EEDBB (or 0x3EEDBB) is known color: Turquoise. HEX triplet: 3E, ED and BB. RGB value is (62,237,187). Sum of RGB (Red+Green+Blue) = 62+237+187=486 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.76% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #3EEDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEDBB is #C11244. Grayscale: #B2B2B2. Windows color (decimal): -12653125 or 12315966. OLE color: 12315966.

HSL color Cylindrical-coordinate representation of color #3EEDBB: hue angle of 162.86º degrees, saturation: 0.83, 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 #3EEDBB is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 62 237 187 -
CMYK 0.74 0 0.21 0.07
HSL 162.86º 0.83% 0.59% -
HSV(B) 162.86º 0.74% 0.93% -
XYZ 41.24 65.18 57.42 -
YUV 178.98 132.52 44.57 -
System Red Green Blue C M Y K H S L
Decimal 62 237 187 0.74 0 0.21 0.07 162.86 0.83 0.59
Hex 3E ED BB 4A 0 15 7 A3 53 3B
Octal 76 355 273 112 0 25 7 243 123 73
Binary 111110 11101101 10111011 1001010 0 10101 111 10100011 1010011 111011

Color Harmonies of #3EEDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEDBB

Black with #3EEDBB

Text Example


Text Example

White with #3EEDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,237,187); }

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

background-color css

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

 a { background-color: rgb(62,237,187); }

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

border-color css

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

 span { border-color: rgb(62,237,187); }

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