Html Css Color HEX #3EE7EF Turquoise

📋 copy color: '#3EE7EF'

red 62 ◦ green 231 ◦ blue 239

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

Shades of Turquoise #3EE7EF

Tints of Turquoise #3EE7EF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.42%

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 11.65%
G = 43.42%
B = 44.92%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3EE7EF (or 0x3EE7EF) is known color: Turquoise. HEX triplet: 3E, E7 and EF. RGB value is (62,231,239). Sum of RGB (Red+Green+Blue) = 62+231+239=532 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.65% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #3EE7EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EE7EF is #C11810. Grayscale: #B5B5B5. Windows color (decimal): -12654609 or 15722302. OLE color: 15722302.

HSL color Cylindrical-coordinate representation of color #3EE7EF: hue angle of 182.71º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EE7EF is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 62 231 239 -
CMYK 0.74 0.03 0 0.06
HSL 182.71º 0.85% 0.59% -
HSV(B) 182.71º 0.74% 0.94% -
XYZ 46.14 64.41 91.66 -
YUV 181.38 160.51 42.85 -
System Red Green Blue C M Y K H S L
Decimal 62 231 239 0.74 0.03 0 0.06 182.71 0.85 0.59
Hex 3E E7 EF 4A 3 0 6 B7 55 3B
Octal 76 347 357 112 3 0 6 267 125 73
Binary 111110 11100111 11101111 1001010 11 0 110 10110111 1010101 111011

Color Harmonies of #3EE7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE7EF

Black with #3EE7EF

Text Example


Text Example

White with #3EE7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,231,239); }

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

background-color css

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

 a { background-color: rgb(62,231,239); }

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

border-color css

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

 span { border-color: rgb(62,231,239); }

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