Html Css Color HEX #3EEFE7 Turquoise

📋 copy color: '#3EEFE7'

red 62 ◦ green 239 ◦ blue 231

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

Shades of Turquoise #3EEFE7

Tints of Turquoise #3EEFE7

RGB

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

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

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

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

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #3EEFE7: hue angle of 177.29º 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 #3EEFE7 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 62 239 231 -
CMYK 0.74 0 0.03 0.06
HSL 177.29º 0.85% 0.59% -
HSV(B) 177.29º 0.74% 0.94% -
XYZ 47.28 68.53 86.34 -
YUV 185.17 153.86 40.15 -
System Red Green Blue C M Y K H S L
Decimal 62 239 231 0.74 0 0.03 0.06 177.29 0.85 0.59
Hex 3E EF E7 4A 0 3 6 B1 55 3B
Octal 76 357 347 112 0 3 6 261 125 73
Binary 111110 11101111 11100111 1001010 0 11 110 10110001 1010101 111011

Color Harmonies of #3EEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEFE7

Black with #3EEFE7

Text Example


Text Example

White with #3EEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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