Html Css Color HEX #3AD7CE Turquoise

📋 copy color: '#3AD7CE'

red 58 ◦ green 215 ◦ blue 206

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

Shades of Turquoise #3AD7CE

Tints of Turquoise #3AD7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.89%

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 12.11%
G = 44.89%
B = 43.01%

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

#3AD7CE (or 0x3AD7CE) is known color: Turquoise. HEX triplet: 3A, D7 and CE. RGB value is (58,215,206). Sum of RGB (Red+Green+Blue) = 58+215+206=479 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.11% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD7CE is #C52831. Grayscale: #A6A6A6. Windows color (decimal): -12920882 or 13555514. OLE color: 13555514.

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

Color convert

RGB 58 215 206 -
CMYK 0.73 0 0.04 0.16
HSL 176.56º 0.66% 0.54% -
HSV(B) 176.56º 0.73% 0.84% -
XYZ 37.19 53.96 66.85 -
YUV 167.03 149.99 50.23 -
System Red Green Blue C M Y K H S L
Decimal 58 215 206 0.73 0 0.04 0.16 176.56 0.66 0.54
Hex 3A D7 CE 49 0 4 10 B1 42 36
Octal 72 327 316 111 0 4 20 261 102 66
Binary 111010 11010111 11001110 1001001 0 100 10000 10110001 1000010 110110

Color Harmonies of #3AD7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD7CE

Black with #3AD7CE

Text Example


Text Example

White with #3AD7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,215,206); }

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

background-color css

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

 a { background-color: rgb(58,215,206); }

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

border-color css

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

 span { border-color: rgb(58,215,206); }

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