Html Css Color HEX #3AD5CC Turquoise

📋 copy color: '#3AD5CC'

red 58 ◦ green 213 ◦ blue 204

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

Shades of Turquoise #3AD5CC

Tints of Turquoise #3AD5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.84%

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

R = 12.21%
G = 44.84%
B = 42.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#3AD5CC (or 0x3AD5CC) is known color: Turquoise. HEX triplet: 3A, D5 and CC. RGB value is (58,213,204). Sum of RGB (Red+Green+Blue) = 58+213+204=475 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.21% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD5CC is #C52A33. Grayscale: #A5A5A5. Windows color (decimal): -12921396 or 13423930. OLE color: 13423930.

HSL color Cylindrical-coordinate representation of color #3AD5CC: hue angle of 176.52º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD5CC is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 213 204 -
CMYK 0.73 0 0.04 0.16
HSL 176.52º 0.65% 0.53% -
HSV(B) 176.52º 0.73% 0.84% -
XYZ 36.44 52.85 65.41 -
YUV 165.63 149.65 51.23 -
System Red Green Blue C M Y K H S L
Decimal 58 213 204 0.73 0 0.04 0.16 176.52 0.65 0.53
Hex 3A D5 CC 49 0 4 10 B1 41 35
Octal 72 325 314 111 0 4 20 261 101 65
Binary 111010 11010101 11001100 1001001 0 100 10000 10110001 1000001 110101

Color Harmonies of #3AD5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD5CC

Black with #3AD5CC

Text Example


Text Example

White with #3AD5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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