Html Css Color HEX #3AD6CF Turquoise

📋 copy color: '#3AD6CF'

red 58 ◦ green 214 ◦ blue 207

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

Shades of Turquoise #3AD6CF

Tints of Turquoise #3AD6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.68%

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

R = 12.11%
G = 44.68%
B = 43.22%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#3AD6CF (or 0x3AD6CF) is known color: Turquoise. HEX triplet: 3A, D6 and CF. RGB value is (58,214,207). Sum of RGB (Red+Green+Blue) = 58+214+207=479 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.11% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD6CF is #C52930. Grayscale: #A6A6A6. Windows color (decimal): -12921137 or 13620794. OLE color: 13620794.

HSL color Cylindrical-coordinate representation of color #3AD6CF: hue angle of 177.31º degrees, saturation: 0.66, 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 #3AD6CF is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 214 207 -
CMYK 0.73 0 0.03 0.16
HSL 177.31º 0.66% 0.53% -
HSV(B) 177.31º 0.73% 0.84% -
XYZ 37.05 53.5 67.4 -
YUV 166.56 150.82 50.57 -
System Red Green Blue C M Y K H S L
Decimal 58 214 207 0.73 0 0.03 0.16 177.31 0.66 0.53
Hex 3A D6 CF 49 0 3 10 B1 42 35
Octal 72 326 317 111 0 3 20 261 102 65
Binary 111010 11010110 11001111 1001001 0 11 10000 10110001 1000010 110101

Color Harmonies of #3AD6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD6CF

Black with #3AD6CF

Text Example


Text Example

White with #3AD6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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