Html Css Color HEX #3EEFE3 Turquoise

📋 copy color: '#3EEFE3'

red 62 ◦ green 239 ◦ blue 227

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

Shades of Turquoise #3EEFE3

Tints of Turquoise #3EEFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.99%

R = 11.74%
G = 45.27%
B = 42.99%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#3EEFE3 (or 0x3EEFE3) is known color: Turquoise. HEX triplet: 3E, EF and E3. RGB value is (62,239,227). Sum of RGB (Red+Green+Blue) = 62+239+227=528 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.74% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 227 (89.06% from 255 or 42.99% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFE3 is #C1101C. Grayscale: #B8B8B8. Windows color (decimal): -12652573 or 14937918. OLE color: 14937918.

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

Color convert

RGB 62 239 227 -
CMYK 0.74 0 0.05 0.06
HSL 175.93º 0.85% 0.59% -
HSV(B) 175.93º 0.74% 0.94% -
XYZ 46.72 68.3 83.39 -
YUV 184.71 151.86 40.48 -
System Red Green Blue C M Y K H S L
Decimal 62 239 227 0.74 0 0.05 0.06 175.93 0.85 0.59
Hex 3E EF E3 4A 0 5 6 B0 55 3B
Octal 76 357 343 112 0 5 6 260 125 73
Binary 111110 11101111 11100011 1001010 0 101 110 10110000 1010101 111011

Color Harmonies of #3EEFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEFE3

Black with #3EEFE3

Text Example


Text Example

White with #3EEFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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