Html Css Color HEX #3ADFDC Turquoise

📋 copy color: '#3ADFDC'

red 58 ◦ green 223 ◦ blue 220

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

Shades of Turquoise #3ADFDC

Tints of Turquoise #3ADFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 11.58%
G = 44.51%
B = 43.91%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#3ADFDC (or 0x3ADFDC) is known color: Turquoise. HEX triplet: 3A, DF and DC. RGB value is (58,223,220). Sum of RGB (Red+Green+Blue) = 58+223+220=501 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.58% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFDC is #C52023. Grayscale: #ADADAD. Windows color (decimal): -12918820 or 14475066. OLE color: 14475066.

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

Color convert

RGB 58 223 220 -
CMYK 0.74 0 0.01 0.13
HSL 178.91º 0.72% 0.55% -
HSV(B) 178.91º 0.74% 0.87% -
XYZ 41.05 58.84 76.9 -
YUV 173.32 154.34 45.74 -
System Red Green Blue C M Y K H S L
Decimal 58 223 220 0.74 0 0.01 0.13 178.91 0.72 0.55
Hex 3A DF DC 4A 0 1 D B3 48 37
Octal 72 337 334 112 0 1 15 263 110 67
Binary 111010 11011111 11011100 1001010 0 1 1101 10110011 1001000 110111

Color Harmonies of #3ADFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADFDC

Black with #3ADFDC

Text Example


Text Example

White with #3ADFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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