Html Css Color HEX #3EFEED Turquoise

📋 copy color: '#3EFEED'

red 62 ◦ green 254 ◦ blue 237

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

Shades of Turquoise #3EFEED

Tints of Turquoise #3EFEED

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.93%

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

R = 11.21%
G = 45.93%
B = 42.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#3EFEED (or 0x3EFEED) is known color: Turquoise. HEX triplet: 3E, FE and ED. RGB value is (62,254,237). Sum of RGB (Red+Green+Blue) = 62+254+237=553 (73% of max value = 765). Red value is 62 (24.61% from 255 or 11.21% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFEED is #C10112. Grayscale: #C2C2C2. Windows color (decimal): -12648723 or 15597118. OLE color: 15597118.

HSL color Cylindrical-coordinate representation of color #3EFEED: hue angle of 174.69º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFEED is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 62 254 237 -
CMYK 0.76 0 0.07 0.00
HSL 174.69º 0.99% 0.62% -
HSV(B) 174.69º 0.76% 1% -
XYZ 52.71 78.02 92.4 -
YUV 194.65 151.89 33.38 -
System Red Green Blue C M Y K H S L
Decimal 62 254 237 0.76 0 0.07 0.00 174.69 0.99 0.62
Hex 3E FE ED 4C 0 7 0 AF 63 3E
Octal 76 376 355 114 0 7 0 257 143 76
Binary 111110 11111110 11101101 1001100 0 111 0 10101111 1100011 111110

Color Harmonies of #3EFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFEED

Black with #3EFEED

Text Example


Text Example

White with #3EFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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