Html Css Color HEX #3ADCBB Turquoise

📋 copy color: '#3ADCBB'

red 58 ◦ green 220 ◦ blue 187

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

Shades of Turquoise #3ADCBB

Tints of Turquoise #3ADCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.31%

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 12.47%
G = 47.31%
B = 40.22%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#3ADCBB (or 0x3ADCBB) is known color: Turquoise. HEX triplet: 3A, DC and BB. RGB value is (58,220,187). Sum of RGB (Red+Green+Blue) = 58+220+187=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCBB is #C52344. Grayscale: #A7A7A7. Windows color (decimal): -12919621 or 12311610. OLE color: 12311610.

HSL color Cylindrical-coordinate representation of color #3ADCBB: hue angle of 167.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADCBB is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 220 187 -
CMYK 0.74 0 0.15 0.14
HSL 167.78º 0.7% 0.55% -
HSV(B) 167.78º 0.74% 0.86% -
XYZ 36.31 55.67 55.85 -
YUV 167.8 138.83 49.68 -
System Red Green Blue C M Y K H S L
Decimal 58 220 187 0.74 0 0.15 0.14 167.78 0.7 0.55
Hex 3A DC BB 4A 0 F E A8 46 37
Octal 72 334 273 112 0 17 16 250 106 67
Binary 111010 11011100 10111011 1001010 0 1111 1110 10101000 1000110 110111

Color Harmonies of #3ADCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADCBB

Black with #3ADCBB

Text Example


Text Example

White with #3ADCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,220,187); }

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

background-color css

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

 a { background-color: rgb(58,220,187); }

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

border-color css

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

 span { border-color: rgb(58,220,187); }

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