Html Css Color HEX #3EEBF6 Turquoise

📋 copy color: '#3EEBF6'

red 62 ◦ green 235 ◦ blue 246

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

Shades of Turquoise #3EEBF6

Tints of Turquoise #3EEBF6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.28%

 BLUE value IS 246 (96.48% from 255) = 45.3%

R = 11.42%
G = 43.28%
B = 45.3%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3EEBF6 (or 0x3EEBF6) is known color: Turquoise. HEX triplet: 3E, EB and F6. RGB value is (62,235,246). Sum of RGB (Red+Green+Blue) = 62+235+246=543 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.42% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #3EEBF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEBF6 is #C11409. Grayscale: #B8B8B8. Windows color (decimal): -12653578 or 16182078. OLE color: 16182078.

HSL color Cylindrical-coordinate representation of color #3EEBF6: hue angle of 183.59º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EEBF6 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 62 235 246 -
CMYK 0.75 0.04 0 0.04
HSL 183.59º 0.91% 0.6% -
HSV(B) 183.59º 0.75% 0.96% -
XYZ 48.33 67.09 97.59 -
YUV 184.53 162.69 40.61 -
System Red Green Blue C M Y K H S L
Decimal 62 235 246 0.75 0.04 0 0.04 183.59 0.91 0.6
Hex 3E EB F6 4B 4 0 4 B8 5B 3C
Octal 76 353 366 113 4 0 4 270 133 74
Binary 111110 11101011 11110110 1001011 100 0 100 10111000 1011011 111100

Color Harmonies of #3EEBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEBF6

Black with #3EEBF6

Text Example


Text Example

White with #3EEBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,235,246); }

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

background-color css

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

 a { background-color: rgb(62,235,246); }

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

border-color css

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

 span { border-color: rgb(62,235,246); }

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