Html Css Color HEX #3ADECE Turquoise

📋 copy color: '#3ADECE'

red 58 ◦ green 222 ◦ blue 206

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

Shades of Turquoise #3ADECE

Tints of Turquoise #3ADECE

RGB

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

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

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

R = 11.93%
G = 45.68%
B = 42.39%

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

#3ADECE (or 0x3ADECE) is known color: Turquoise. HEX triplet: 3A, DE and CE. RGB value is (58,222,206). Sum of RGB (Red+Green+Blue) = 58+222+206=486 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.93% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADECE is #C52131. Grayscale: #ABABAB. Windows color (decimal): -12919090 or 13557306. OLE color: 13557306.

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

Color convert

RGB 58 222 206 -
CMYK 0.74 0 0.07 0.13
HSL 174.15º 0.71% 0.55% -
HSV(B) 174.15º 0.74% 0.87% -
XYZ 39.01 57.6 67.45 -
YUV 171.14 147.67 47.3 -
System Red Green Blue C M Y K H S L
Decimal 58 222 206 0.74 0 0.07 0.13 174.15 0.71 0.55
Hex 3A DE CE 4A 0 7 D AE 47 37
Octal 72 336 316 112 0 7 15 256 107 67
Binary 111010 11011110 11001110 1001010 0 111 1101 10101110 1000111 110111

Color Harmonies of #3ADECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADECE

Black with #3ADECE

Text Example


Text Example

White with #3ADECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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