Html Css Color HEX #3AEEBF Turquoise

📋 copy color: '#3AEEBF'

red 58 ◦ green 238 ◦ blue 191

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

Shades of Turquoise #3AEEBF

Tints of Turquoise #3AEEBF

RGB

 RED value IS 58 (23.05% from 255) = 11.91%

 GREEN value IS 238 (93.36% from 255) = 48.87%

 BLUE value IS 191 (75% from 255) = 39.22%

R = 11.91%
G = 48.87%
B = 39.22%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#3AEEBF (or 0x3AEEBF) is known color: Turquoise. HEX triplet: 3A, EE and BF. RGB value is (58,238,191). Sum of RGB (Red+Green+Blue) = 58+238+191=487 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.91% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEEBF is #C51140. Grayscale: #B2B2B2. Windows color (decimal): -12915009 or 12578362. OLE color: 12578362.

HSL color Cylindrical-coordinate representation of color #3AEEBF: hue angle of 164.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEEBF is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 238 191 -
CMYK 0.76 0 0.20 0.07
HSL 164.33º 0.84% 0.58% -
HSV(B) 164.33º 0.76% 0.93% -
XYZ 41.72 65.81 59.79 -
YUV 178.82 134.87 41.82 -
System Red Green Blue C M Y K H S L
Decimal 58 238 191 0.76 0 0.20 0.07 164.33 0.84 0.58
Hex 3A EE BF 4C 0 14 7 A4 54 3A
Octal 72 356 277 114 0 24 7 244 124 72
Binary 111010 11101110 10111111 1001100 0 10100 111 10100100 1010100 111010

Color Harmonies of #3AEEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEEBF

Black with #3AEEBF

Text Example


Text Example

White with #3AEEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,238,191); }

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

background-color css

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

 a { background-color: rgb(58,238,191); }

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

border-color css

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

 span { border-color: rgb(58,238,191); }

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