Html Css Color HEX #3AEEBC Turquoise

📋 copy color: '#3AEEBC'

red 58 ◦ green 238 ◦ blue 188

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

Shades of Turquoise #3AEEBC

Tints of Turquoise #3AEEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 11.98%
G = 49.17%
B = 38.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#3AEEBC (or 0x3AEEBC) is known color: Turquoise. HEX triplet: 3A, EE and BC. RGB value is (58,238,188). Sum of RGB (Red+Green+Blue) = 58+238+188=484 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.98% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEEBC is #C51143. Grayscale: #B2B2B2. Windows color (decimal): -12915012 or 12381754. OLE color: 12381754.

HSL color Cylindrical-coordinate representation of color #3AEEBC: hue angle of 163.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 #3AEEBC is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 238 188 -
CMYK 0.76 0 0.21 0.07
HSL 163.33º 0.84% 0.58% -
HSV(B) 163.33º 0.76% 0.93% -
XYZ 41.4 65.68 58.07 -
YUV 178.48 133.37 42.07 -
System Red Green Blue C M Y K H S L
Decimal 58 238 188 0.76 0 0.21 0.07 163.33 0.84 0.58
Hex 3A EE BC 4C 0 15 7 A3 54 3A
Octal 72 356 274 114 0 25 7 243 124 72
Binary 111010 11101110 10111100 1001100 0 10101 111 10100011 1010100 111010

Color Harmonies of #3AEEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEEBC

Black with #3AEEBC

Text Example


Text Example

White with #3AEEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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