Html Css Color HEX #3AECC4 Turquoise

📋 copy color: '#3AECC4'

red 58 ◦ green 236 ◦ blue 196

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

Shades of Turquoise #3AECC4

Tints of Turquoise #3AECC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40%

R = 11.84%
G = 48.16%
B = 40%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#3AECC4 (or 0x3AECC4) is known color: Turquoise. HEX triplet: 3A, EC and C4. RGB value is (58,236,196). Sum of RGB (Red+Green+Blue) = 58+236+196=490 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.84% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECC4 is #C5133B. Grayscale: #B2B2B2. Windows color (decimal): -12915516 or 12905530. OLE color: 12905530.

HSL color Cylindrical-coordinate representation of color #3AECC4: hue angle of 166.52º 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 #3AECC4 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 236 196 -
CMYK 0.75 0 0.17 0.07
HSL 166.52º 0.82% 0.58% -
HSV(B) 166.52º 0.75% 0.93% -
XYZ 41.7 64.88 62.55 -
YUV 178.22 138.03 42.25 -
System Red Green Blue C M Y K H S L
Decimal 58 236 196 0.75 0 0.17 0.07 166.52 0.82 0.58
Hex 3A EC C4 4B 0 11 7 A7 52 3A
Octal 72 354 304 113 0 21 7 247 122 72
Binary 111010 11101100 11000100 1001011 0 10001 111 10100111 1010010 111010

Color Harmonies of #3AECC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AECC4

Black with #3AECC4

Text Example


Text Example

White with #3AECC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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