Html Css Color HEX #3ADFDF Turquoise

📋 copy color: '#3ADFDF'

red 58 ◦ green 223 ◦ blue 223

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

Shades of Turquoise #3ADFDF

Tints of Turquoise #3ADFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 11.51%
G = 44.25%
B = 44.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3ADFDF (or 0x3ADFDF) is known color: Turquoise. HEX triplet: 3A, DF and DF. RGB value is (58,223,223). Sum of RGB (Red+Green+Blue) = 58+223+223=504 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.51% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #3ADFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFDF is #C52020. Grayscale: #ADADAD. Windows color (decimal): -12918817 or 14671674. OLE color: 14671674.

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

Color convert

RGB 58 223 223 -
CMYK 0.74 0 0 0.13
HSL 180º 0.72% 0.55% -
HSV(B) 180º 0.74% 0.87% -
XYZ 41.45 59 79.02 -
YUV 173.67 155.84 45.5 -
System Red Green Blue C M Y K H S L
Decimal 58 223 223 0.74 0 0 0.13 180 0.72 0.55
Hex 3A DF DF 4A 0 0 D B4 48 37
Octal 72 337 337 112 0 0 15 264 110 67
Binary 111010 11011111 11011111 1001010 0 0 1101 10110100 1001000 110111

Color Harmonies of #3ADFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADFDF

Black with #3ADFDF

Text Example


Text Example

White with #3ADFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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