Html Css Color HEX #3ADFB4 Turquoise

📋 copy color: '#3ADFB4'

red 58 ◦ green 223 ◦ blue 180

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

Shades of Turquoise #3ADFB4

Tints of Turquoise #3ADFB4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.37%

 BLUE value IS 180 (70.7% from 255) = 39.05%

R = 12.58%
G = 48.37%
B = 39.05%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#3ADFB4 (or 0x3ADFB4) is known color: Turquoise. HEX triplet: 3A, DF and B4. RGB value is (58,223,180). Sum of RGB (Red+Green+Blue) = 58+223+180=461 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.58% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFB4 is #C5204B. Grayscale: #A8A8A8. Windows color (decimal): -12918860 or 11853626. OLE color: 11853626.

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

Color convert

RGB 58 223 180 -
CMYK 0.74 0 0.19 0.13
HSL 164.36º 0.72% 0.55% -
HSV(B) 164.36º 0.74% 0.87% -
XYZ 36.37 56.97 52.26 -
YUV 168.76 134.34 49 -
System Red Green Blue C M Y K H S L
Decimal 58 223 180 0.74 0 0.19 0.13 164.36 0.72 0.55
Hex 3A DF B4 4A 0 13 D A4 48 37
Octal 72 337 264 112 0 23 15 244 110 67
Binary 111010 11011111 10110100 1001010 0 10011 1101 10100100 1001000 110111

Color Harmonies of #3ADFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADFB4

Black with #3ADFB4

Text Example


Text Example

White with #3ADFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,223,180); }

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

background-color css

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

 a { background-color: rgb(58,223,180); }

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

border-color css

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

 span { border-color: rgb(58,223,180); }

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