Html Css Color HEX #3ADECD Turquoise

📋 copy color: '#3ADECD'

red 58 ◦ green 222 ◦ blue 205

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

Shades of Turquoise #3ADECD

Tints of Turquoise #3ADECD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.77%

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 11.96%
G = 45.77%
B = 42.27%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#3ADECD (or 0x3ADECD) is known color: Turquoise. HEX triplet: 3A, DE and CD. RGB value is (58,222,205). Sum of RGB (Red+Green+Blue) = 58+222+205=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADECD is #C52132. Grayscale: #AAAAAA. Windows color (decimal): -12919091 or 13491770. OLE color: 13491770.

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

Color convert

RGB 58 222 205 -
CMYK 0.74 0 0.08 0.13
HSL 173.78º 0.71% 0.55% -
HSV(B) 173.78º 0.74% 0.87% -
XYZ 38.89 57.55 66.82 -
YUV 171.03 147.17 47.38 -
System Red Green Blue C M Y K H S L
Decimal 58 222 205 0.74 0 0.08 0.13 173.78 0.71 0.55
Hex 3A DE CD 4A 0 8 D AE 47 37
Octal 72 336 315 112 0 10 15 256 107 67
Binary 111010 11011110 11001101 1001010 0 1000 1101 10101110 1000111 110111

Color Harmonies of #3ADECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADECD

Black with #3ADECD

Text Example


Text Example

White with #3ADECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,222,205); }

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

background-color css

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

 a { background-color: rgb(58,222,205); }

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

border-color css

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

 span { border-color: rgb(58,222,205); }

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