Html Css Color HEX #3ADFD0 Turquoise

📋 copy color: '#3ADFD0'

red 58 ◦ green 223 ◦ blue 208

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

Shades of Turquoise #3ADFD0

Tints of Turquoise #3ADFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.54%

R = 11.86%
G = 45.6%
B = 42.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#3ADFD0 (or 0x3ADFD0) is known color: Turquoise. HEX triplet: 3A, DF and D0. RGB value is (58,223,208). Sum of RGB (Red+Green+Blue) = 58+223+208=489 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.86% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFD0 is #C5202F. Grayscale: #ABABAB. Windows color (decimal): -12918832 or 13688634. OLE color: 13688634.

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

Color convert

RGB 58 223 208 -
CMYK 0.74 0 0.07 0.13
HSL 174.55º 0.72% 0.55% -
HSV(B) 174.55º 0.74% 0.87% -
XYZ 39.52 58.23 68.83 -
YUV 171.96 148.34 46.72 -
System Red Green Blue C M Y K H S L
Decimal 58 223 208 0.74 0 0.07 0.13 174.55 0.72 0.55
Hex 3A DF D0 4A 0 7 D AF 48 37
Octal 72 337 320 112 0 7 15 257 110 67
Binary 111010 11011111 11010000 1001010 0 111 1101 10101111 1001000 110111

Color Harmonies of #3ADFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADFD0

Black with #3ADFD0

Text Example


Text Example

White with #3ADFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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