Html Css Color HEX #3EFADF Turquoise

📋 copy color: '#3EFADF'

red 62 ◦ green 250 ◦ blue 223

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

Shades of Turquoise #3EFADF

Tints of Turquoise #3EFADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.73%

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

R = 11.59%
G = 46.73%
B = 41.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#3EFADF (or 0x3EFADF) is known color: Turquoise. HEX triplet: 3E, FA and DF. RGB value is (62,250,223). Sum of RGB (Red+Green+Blue) = 62+250+223=535 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.59% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFADF is #C10520. Grayscale: #BEBEBE. Windows color (decimal): -12649761 or 14678590. OLE color: 14678590.

HSL color Cylindrical-coordinate representation of color #3EFADF: hue angle of 171.38º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFADF is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 62 250 223 -
CMYK 0.75 0 0.11 0.02
HSL 171.38º 0.95% 0.61% -
HSV(B) 171.38º 0.75% 0.98% -
XYZ 49.49 74.72 81.63 -
YUV 190.71 146.22 36.2 -
System Red Green Blue C M Y K H S L
Decimal 62 250 223 0.75 0 0.11 0.02 171.38 0.95 0.61
Hex 3E FA DF 4B 0 B 2 AB 5F 3D
Octal 76 372 337 113 0 13 2 253 137 75
Binary 111110 11111010 11011111 1001011 0 1011 10 10101011 1011111 111101

Color Harmonies of #3EFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFADF

Black with #3EFADF

Text Example


Text Example

White with #3EFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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