Html Css Color HEX #3ADED0 Turquoise

📋 copy color: '#3ADED0'

red 58 ◦ green 222 ◦ blue 208

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

Shades of Turquoise #3ADED0

Tints of Turquoise #3ADED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.62%

R = 11.89%
G = 45.49%
B = 42.62%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#3ADED0 (or 0x3ADED0) is known color: Turquoise. HEX triplet: 3A, DE and D0. RGB value is (58,222,208). Sum of RGB (Red+Green+Blue) = 58+222+208=488 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.89% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADED0 is #C5212F. Grayscale: #ABABAB. Windows color (decimal): -12919088 or 13688378. OLE color: 13688378.

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

Color convert

RGB 58 222 208 -
CMYK 0.74 0 0.06 0.13
HSL 174.88º 0.71% 0.55% -
HSV(B) 174.88º 0.74% 0.87% -
XYZ 39.25 57.7 68.74 -
YUV 171.37 148.67 47.14 -
System Red Green Blue C M Y K H S L
Decimal 58 222 208 0.74 0 0.06 0.13 174.88 0.71 0.55
Hex 3A DE D0 4A 0 6 D AF 47 37
Octal 72 336 320 112 0 6 15 257 107 67
Binary 111010 11011110 11010000 1001010 0 110 1101 10101111 1000111 110111

Color Harmonies of #3ADED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADED0

Black with #3ADED0

Text Example


Text Example

White with #3ADED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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