Html Css Color HEX #3EF8DB Turquoise

📋 copy color: '#3EF8DB'

red 62 ◦ green 248 ◦ blue 219

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

Shades of Turquoise #3EF8DB

Tints of Turquoise #3EF8DB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.88%

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 11.72%
G = 46.88%
B = 41.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#3EF8DB (or 0x3EF8DB) is known color: Turquoise. HEX triplet: 3E, F8 and DB. RGB value is (62,248,219). Sum of RGB (Red+Green+Blue) = 62+248+219=529 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.72% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #3EF8DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF8DB is #C10724. Grayscale: #BDBDBD. Windows color (decimal): -12650277 or 14415934. OLE color: 14415934.

HSL color Cylindrical-coordinate representation of color #3EF8DB: hue angle of 170.65º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF8DB is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 62 248 219 -
CMYK 0.75 0 0.12 0.03
HSL 170.65º 0.93% 0.61% -
HSV(B) 170.65º 0.75% 0.97% -
XYZ 48.34 73.27 78.61 -
YUV 189.08 144.88 37.36 -
System Red Green Blue C M Y K H S L
Decimal 62 248 219 0.75 0 0.12 0.03 170.65 0.93 0.61
Hex 3E F8 DB 4B 0 C 3 AB 5D 3D
Octal 76 370 333 113 0 14 3 253 135 75
Binary 111110 11111000 11011011 1001011 0 1100 11 10101011 1011101 111101

Color Harmonies of #3EF8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF8DB

Black with #3EF8DB

Text Example


Text Example

White with #3EF8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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