Html Css Color HEX #3EECED Turquoise

📋 copy color: '#3EECED'

red 62 ◦ green 236 ◦ blue 237

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

Shades of Turquoise #3EECED

Tints of Turquoise #3EECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.11%

 BLUE value IS 237 (92.97% from 255) = 44.3%

R = 11.59%
G = 44.11%
B = 44.3%

CMYK

 C value IS 0.74

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3EECED (or 0x3EECED) is known color: Turquoise. HEX triplet: 3E, EC and ED. RGB value is (62,236,237). Sum of RGB (Red+Green+Blue) = 62+236+237=535 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.59% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #3EECED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EECED is #C11312. Grayscale: #B7B7B7. Windows color (decimal): -12653331 or 15592510. OLE color: 15592510.

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

Color convert

RGB 62 236 237 -
CMYK 0.74 0.00 0 0.07
HSL 180.34º 0.83% 0.59% -
HSV(B) 180.34º 0.74% 0.93% -
XYZ 47.27 67.13 90.59 -
YUV 184.09 157.85 40.92 -
System Red Green Blue C M Y K H S L
Decimal 62 236 237 0.74 0.00 0 0.07 180.34 0.83 0.59
Hex 3E EC ED 4A 0 0 7 B4 53 3B
Octal 76 354 355 112 0 0 7 264 123 73
Binary 111110 11101100 11101101 1001010 0 0 111 10110100 1010011 111011

Color Harmonies of #3EECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EECED

Black with #3EECED

Text Example


Text Example

White with #3EECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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