Html Css Color HEX #3ADBBB Turquoise

📋 copy color: '#3ADBBB'

red 58 ◦ green 219 ◦ blue 187

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

Shades of Turquoise #3ADBBB

Tints of Turquoise #3ADBBB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.2%

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

R = 12.5%
G = 47.2%
B = 40.3%

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

#3ADBBB (or 0x3ADBBB) is known color: Turquoise. HEX triplet: 3A, DB and BB. RGB value is (58,219,187). Sum of RGB (Red+Green+Blue) = 58+219+187=464 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.5% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADBBB is #C52444. Grayscale: #A7A7A7. Windows color (decimal): -12919877 or 12311354. OLE color: 12311354.

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

Color convert

RGB 58 219 187 -
CMYK 0.74 0 0.15 0.14
HSL 168.07º 0.69% 0.54% -
HSV(B) 168.07º 0.74% 0.86% -
XYZ 36.05 55.15 55.76 -
YUV 167.21 139.16 50.1 -
System Red Green Blue C M Y K H S L
Decimal 58 219 187 0.74 0 0.15 0.14 168.07 0.69 0.54
Hex 3A DB BB 4A 0 F E A8 45 36
Octal 72 333 273 112 0 17 16 250 105 66
Binary 111010 11011011 10111011 1001010 0 1111 1110 10101000 1000101 110110

Color Harmonies of #3ADBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADBBB

Black with #3ADBBB

Text Example


Text Example

White with #3ADBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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