Html Css Color HEX #3EDBDF Turquoise

📋 copy color: '#3EDBDF'

red 62 ◦ green 219 ◦ blue 223

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

Shades of Turquoise #3EDBDF

Tints of Turquoise #3EDBDF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.45%

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

R = 12.3%
G = 43.45%
B = 44.25%

CMYK

 C value IS 0.72

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3EDBDF (or 0x3EDBDF) is known color: Turquoise. HEX triplet: 3E, DB and DF. RGB value is (62,219,223). Sum of RGB (Red+Green+Blue) = 62+219+223=504 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.30% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #3EDBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDBDF is #C12420. Grayscale: #ACACAC. Windows color (decimal): -12657697 or 14670654. OLE color: 14670654.

HSL color Cylindrical-coordinate representation of color #3EDBDF: hue angle of 181.49º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDBDF is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 219 223 -
CMYK 0.72 0.02 0 0.13
HSL 181.49º 0.72% 0.56% -
HSV(B) 181.49º 0.72% 0.87% -
XYZ 40.64 57.01 78.68 -
YUV 172.51 156.49 49.17 -
System Red Green Blue C M Y K H S L
Decimal 62 219 223 0.72 0.02 0 0.13 181.49 0.72 0.56
Hex 3E DB DF 48 2 0 D B5 48 38
Octal 76 333 337 110 2 0 15 265 110 70
Binary 111110 11011011 11011111 1001000 10 0 1101 10110101 1001000 111000

Color Harmonies of #3EDBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDBDF

Black with #3EDBDF

Text Example


Text Example

White with #3EDBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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