Html Css Color HEX #3EEDE3 Turquoise

📋 copy color: '#3EEDE3'

red 62 ◦ green 237 ◦ blue 227

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

Shades of Turquoise #3EEDE3

Tints of Turquoise #3EEDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.16%

R = 11.79%
G = 45.06%
B = 43.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#3EEDE3 (or 0x3EEDE3) is known color: Turquoise. HEX triplet: 3E, ED and E3. RGB value is (62,237,227). Sum of RGB (Red+Green+Blue) = 62+237+227=526 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.79% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #3EEDE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEDE3 is #C1121C. Grayscale: #B7B7B7. Windows color (decimal): -12653085 or 14937406. OLE color: 14937406.

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

Color convert

RGB 62 237 227 -
CMYK 0.74 0 0.04 0.07
HSL 176.57º 0.83% 0.59% -
HSV(B) 176.57º 0.74% 0.93% -
XYZ 46.14 67.14 83.2 -
YUV 183.54 152.52 41.31 -
System Red Green Blue C M Y K H S L
Decimal 62 237 227 0.74 0 0.04 0.07 176.57 0.83 0.59
Hex 3E ED E3 4A 0 4 7 B1 53 3B
Octal 76 355 343 112 0 4 7 261 123 73
Binary 111110 11101101 11100011 1001010 0 100 111 10110001 1010011 111011

Color Harmonies of #3EEDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEDE3

Black with #3EEDE3

Text Example


Text Example

White with #3EEDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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