Html Css Color HEX #3AECBD Turquoise

📋 copy color: '#3AECBD'

red 58 ◦ green 236 ◦ blue 189

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

Shades of Turquoise #3AECBD

Tints of Turquoise #3AECBD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.86%

 BLUE value IS 189 (74.22% from 255) = 39.13%

R = 12.01%
G = 48.86%
B = 39.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#3AECBD (or 0x3AECBD) is known color: Turquoise. HEX triplet: 3A, EC and BD. RGB value is (58,236,189). Sum of RGB (Red+Green+Blue) = 58+236+189=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECBD is #C51342. Grayscale: #B1B1B1. Windows color (decimal): -12915523 or 12446778. OLE color: 12446778.

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

Color convert

RGB 58 236 189 -
CMYK 0.75 0 0.20 0.07
HSL 164.16º 0.82% 0.58% -
HSV(B) 164.16º 0.75% 0.93% -
XYZ 40.93 64.56 58.45 -
YUV 177.42 134.53 42.82 -
System Red Green Blue C M Y K H S L
Decimal 58 236 189 0.75 0 0.20 0.07 164.16 0.82 0.58
Hex 3A EC BD 4B 0 14 7 A4 52 3A
Octal 72 354 275 113 0 24 7 244 122 72
Binary 111010 11101100 10111101 1001011 0 10100 111 10100100 1010010 111010

Color Harmonies of #3AECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AECBD

Black with #3AECBD

Text Example


Text Example

White with #3AECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,236,189); }

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

background-color css

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

 a { background-color: rgb(58,236,189); }

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

border-color css

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

 span { border-color: rgb(58,236,189); }

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