Html Css Color HEX #3ADFB3 Turquoise

📋 copy color: '#3ADFB3'

red 58 ◦ green 223 ◦ blue 179

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

Shades of Turquoise #3ADFB3

Tints of Turquoise #3ADFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.91%

R = 12.61%
G = 48.48%
B = 38.91%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#3ADFB3 (or 0x3ADFB3) is known color: Turquoise. HEX triplet: 3A, DF and B3. RGB value is (58,223,179). Sum of RGB (Red+Green+Blue) = 58+223+179=460 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.61% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFB3 is #C5204C. Grayscale: #A8A8A8. Windows color (decimal): -12918861 or 11788090. OLE color: 11788090.

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

Color convert

RGB 58 223 179 -
CMYK 0.74 0 0.20 0.13
HSL 164º 0.72% 0.55% -
HSV(B) 164º 0.74% 0.87% -
XYZ 36.27 56.93 51.72 -
YUV 168.65 133.84 49.08 -
System Red Green Blue C M Y K H S L
Decimal 58 223 179 0.74 0 0.20 0.13 164 0.72 0.55
Hex 3A DF B3 4A 0 14 D A4 48 37
Octal 72 337 263 112 0 24 15 244 110 67
Binary 111010 11011111 10110011 1001010 0 10100 1101 10100100 1001000 110111

Color Harmonies of #3ADFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADFB3

Black with #3ADFB3

Text Example


Text Example

White with #3ADFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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