Html Css Color HEX #3EEDDF Turquoise

📋 copy color: '#3EEDDF'

red 62 ◦ green 237 ◦ blue 223

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

Shades of Turquoise #3EEDDF

Tints of Turquoise #3EEDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 11.88%
G = 45.4%
B = 42.72%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#3EEDDF (or 0x3EEDDF) is known color: Turquoise. HEX triplet: 3E, ED and DF. RGB value is (62,237,223). Sum of RGB (Red+Green+Blue) = 62+237+223=522 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.88% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #3EEDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEDDF is #C11220. Grayscale: #B6B6B6. Windows color (decimal): -12653089 or 14675262. OLE color: 14675262.

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

Color convert

RGB 62 237 223 -
CMYK 0.74 0 0.06 0.07
HSL 175.2º 0.83% 0.59% -
HSV(B) 175.2º 0.74% 0.93% -
XYZ 45.59 66.92 80.33 -
YUV 183.08 150.52 41.64 -
System Red Green Blue C M Y K H S L
Decimal 62 237 223 0.74 0 0.06 0.07 175.2 0.83 0.59
Hex 3E ED DF 4A 0 6 7 AF 53 3B
Octal 76 355 337 112 0 6 7 257 123 73
Binary 111110 11101101 11011111 1001010 0 110 111 10101111 1010011 111011

Color Harmonies of #3EEDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEDDF

Black with #3EEDDF

Text Example


Text Example

White with #3EEDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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