Html Css Color HEX #3EFADB Turquoise

📋 copy color: '#3EFADB'

red 62 ◦ green 250 ◦ blue 219

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

Shades of Turquoise #3EFADB

Tints of Turquoise #3EFADB

RGB

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

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

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

R = 11.68%
G = 47.08%
B = 41.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#3EFADB (or 0x3EFADB) is known color: Turquoise. HEX triplet: 3E, FA and DB. RGB value is (62,250,219). Sum of RGB (Red+Green+Blue) = 62+250+219=531 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.68% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFADB is #C10524. Grayscale: #BEBEBE. Windows color (decimal): -12649765 or 14416446. OLE color: 14416446.

HSL color Cylindrical-coordinate representation of color #3EFADB: hue angle of 170.11º 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 #3EFADB is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 62 250 219 -
CMYK 0.75 0 0.12 0.02
HSL 170.11º 0.95% 0.61% -
HSV(B) 170.11º 0.75% 0.98% -
XYZ 48.96 74.51 78.82 -
YUV 190.25 144.22 36.52 -
System Red Green Blue C M Y K H S L
Decimal 62 250 219 0.75 0 0.12 0.02 170.11 0.95 0.61
Hex 3E FA DB 4B 0 C 2 AA 5F 3D
Octal 76 372 333 113 0 14 2 252 137 75
Binary 111110 11111010 11011011 1001011 0 1100 10 10101010 1011111 111101

Color Harmonies of #3EFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFADB

Black with #3EFADB

Text Example


Text Example

White with #3EFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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