Html Css Color HEX #3AECCC Turquoise

📋 copy color: '#3AECCC'

red 58 ◦ green 236 ◦ blue 204

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

Shades of Turquoise #3AECCC

Tints of Turquoise #3AECCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 11.65%
G = 47.39%
B = 40.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#3AECCC (or 0x3AECCC) is known color: Turquoise. HEX triplet: 3A, EC and CC. RGB value is (58,236,204). Sum of RGB (Red+Green+Blue) = 58+236+204=498 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.65% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECCC is #C51333. Grayscale: #B3B3B3. Windows color (decimal): -12915508 or 13429818. OLE color: 13429818.

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

Color convert

RGB 58 236 204 -
CMYK 0.75 0 0.14 0.07
HSL 169.21º 0.82% 0.58% -
HSV(B) 169.21º 0.75% 0.93% -
XYZ 42.64 65.25 67.47 -
YUV 179.13 142.03 41.6 -
System Red Green Blue C M Y K H S L
Decimal 58 236 204 0.75 0 0.14 0.07 169.21 0.82 0.58
Hex 3A EC CC 4B 0 E 7 A9 52 3A
Octal 72 354 314 113 0 16 7 251 122 72
Binary 111010 11101100 11001100 1001011 0 1110 111 10101001 1010010 111010

Color Harmonies of #3AECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AECCC

Black with #3AECCC

Text Example


Text Example

White with #3AECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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