Html Css Color HEX #3ADFD3 Turquoise

📋 copy color: '#3ADFD3'

red 58 ◦ green 223 ◦ blue 211

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

Shades of Turquoise #3ADFD3

Tints of Turquoise #3ADFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.89%

R = 11.79%
G = 45.33%
B = 42.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#3ADFD3 (or 0x3ADFD3) is known color: Turquoise. HEX triplet: 3A, DF and D3. RGB value is (58,223,211). Sum of RGB (Red+Green+Blue) = 58+223+211=492 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.79% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFD3 is #C5202C. Grayscale: #ACACAC. Windows color (decimal): -12918829 or 13885242. OLE color: 13885242.

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

Color convert

RGB 58 223 211 -
CMYK 0.74 0 0.05 0.13
HSL 175.64º 0.72% 0.55% -
HSV(B) 175.64º 0.74% 0.87% -
XYZ 39.89 58.38 70.79 -
YUV 172.3 149.84 46.48 -
System Red Green Blue C M Y K H S L
Decimal 58 223 211 0.74 0 0.05 0.13 175.64 0.72 0.55
Hex 3A DF D3 4A 0 5 D B0 48 37
Octal 72 337 323 112 0 5 15 260 110 67
Binary 111010 11011111 11010011 1001010 0 101 1101 10110000 1001000 110111

Color Harmonies of #3ADFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADFD3

Black with #3ADFD3

Text Example


Text Example

White with #3ADFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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