Html Css Color HEX #3AD7DD Turquoise

📋 copy color: '#3AD7DD'

red 58 ◦ green 215 ◦ blue 221

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

Shades of Turquoise #3AD7DD

Tints of Turquoise #3AD7DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 11.74%
G = 43.52%
B = 44.74%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3AD7DD (or 0x3AD7DD) is known color: Turquoise. HEX triplet: 3A, D7 and DD. RGB value is (58,215,221). Sum of RGB (Red+Green+Blue) = 58+215+221=494 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.74% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #3AD7DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD7DD is #C52822. Grayscale: #A8A8A8. Windows color (decimal): -12920867 or 14538554. OLE color: 14538554.

HSL color Cylindrical-coordinate representation of color #3AD7DD: hue angle of 182.21º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AD7DD is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 215 221 -
CMYK 0.74 0.03 0 0.13
HSL 182.21º 0.71% 0.55% -
HSV(B) 182.21º 0.74% 0.87% -
XYZ 39.1 54.72 76.91 -
YUV 168.74 157.49 49.01 -
System Red Green Blue C M Y K H S L
Decimal 58 215 221 0.74 0.03 0 0.13 182.21 0.71 0.55
Hex 3A D7 DD 4A 3 0 D B6 47 37
Octal 72 327 335 112 3 0 15 266 107 67
Binary 111010 11010111 11011101 1001010 11 0 1101 10110110 1000111 110111

Color Harmonies of #3AD7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD7DD

Black with #3AD7DD

Text Example


Text Example

White with #3AD7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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