Html Css Color HEX #3ADDCE Turquoise

📋 copy color: '#3ADDCE'

red 58 ◦ green 221 ◦ blue 206

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

Shades of Turquoise #3ADDCE

Tints of Turquoise #3ADDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.57%

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

R = 11.96%
G = 45.57%
B = 42.47%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#3ADDCE (or 0x3ADDCE) is known color: Turquoise. HEX triplet: 3A, DD and CE. RGB value is (58,221,206). Sum of RGB (Red+Green+Blue) = 58+221+206=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDCE is #C52231. Grayscale: #AAAAAA. Windows color (decimal): -12919346 or 13557050. OLE color: 13557050.

HSL color Cylindrical-coordinate representation of color #3ADDCE: hue angle of 174.48º 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 #3ADDCE is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 221 206 -
CMYK 0.74 0 0.07 0.13
HSL 174.48º 0.71% 0.55% -
HSV(B) 174.48º 0.74% 0.87% -
XYZ 38.74 57.07 67.37 -
YUV 170.55 148 47.72 -
System Red Green Blue C M Y K H S L
Decimal 58 221 206 0.74 0 0.07 0.13 174.48 0.71 0.55
Hex 3A DD CE 4A 0 7 D AE 47 37
Octal 72 335 316 112 0 7 15 256 107 67
Binary 111010 11011101 11001110 1001010 0 111 1101 10101110 1000111 110111

Color Harmonies of #3ADDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADDCE

Black with #3ADDCE

Text Example


Text Example

White with #3ADDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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