Html Css Color HEX #3AD9CF Turquoise

📋 copy color: '#3AD9CF'

red 58 ◦ green 217 ◦ blue 207

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

Shades of Turquoise #3AD9CF

Tints of Turquoise #3AD9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.02%

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 12.03%
G = 45.02%
B = 42.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#3AD9CF (or 0x3AD9CF) is known color: Turquoise. HEX triplet: 3A, D9 and CF. RGB value is (58,217,207). Sum of RGB (Red+Green+Blue) = 58+217+207=482 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.03% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD9CF is #C52630. Grayscale: #A8A8A8. Windows color (decimal): -12920369 or 13621562. OLE color: 13621562.

HSL color Cylindrical-coordinate representation of color #3AD9CF: hue angle of 176.23º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD9CF is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 217 207 -
CMYK 0.73 0 0.05 0.15
HSL 176.23º 0.68% 0.54% -
HSV(B) 176.23º 0.73% 0.85% -
XYZ 37.82 55.03 67.66 -
YUV 168.32 149.82 49.31 -
System Red Green Blue C M Y K H S L
Decimal 58 217 207 0.73 0 0.05 0.15 176.23 0.68 0.54
Hex 3A D9 CF 49 0 5 F B0 44 36
Octal 72 331 317 111 0 5 17 260 104 66
Binary 111010 11011001 11001111 1001001 0 101 1111 10110000 1000100 110110

Color Harmonies of #3AD9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD9CF

Black with #3AD9CF

Text Example


Text Example

White with #3AD9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,217,207); }

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

background-color css

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

 a { background-color: rgb(58,217,207); }

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

border-color css

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

 span { border-color: rgb(58,217,207); }

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