Html Css Color HEX #3AD7CF Turquoise

📋 copy color: '#3AD7CF'

red 58 ◦ green 215 ◦ blue 207

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

Shades of Turquoise #3AD7CF

Tints of Turquoise #3AD7CF

RGB

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

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

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

R = 12.08%
G = 44.79%
B = 43.13%

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

#3AD7CF (or 0x3AD7CF) is known color: Turquoise. HEX triplet: 3A, D7 and CF. RGB value is (58,215,207). Sum of RGB (Red+Green+Blue) = 58+215+207=480 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.08% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD7CF is #C52830. Grayscale: #A7A7A7. Windows color (decimal): -12920881 or 13621050. OLE color: 13621050.

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

Color convert

RGB 58 215 207 -
CMYK 0.73 0 0.04 0.16
HSL 176.94º 0.66% 0.54% -
HSV(B) 176.94º 0.73% 0.84% -
XYZ 37.31 54.01 67.49 -
YUV 167.15 150.49 50.15 -
System Red Green Blue C M Y K H S L
Decimal 58 215 207 0.73 0 0.04 0.16 176.94 0.66 0.54
Hex 3A D7 CF 49 0 4 10 B1 42 36
Octal 72 327 317 111 0 4 20 261 102 66
Binary 111010 11010111 11001111 1001001 0 100 10000 10110001 1000010 110110

Color Harmonies of #3AD7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD7CF

Black with #3AD7CF

Text Example


Text Example

White with #3AD7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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