Html Css Color HEX #4ADFDA Turquoise

📋 copy color: '#4ADFDA'

red 74 ◦ green 223 ◦ blue 218

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

Shades of Turquoise #4ADFDA

Tints of Turquoise #4ADFDA

RGB

 RED value IS 74 (29.3% from 255) = 14.37%

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 14.37%
G = 43.3%
B = 42.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#4ADFDA (or 0x4ADFDA) is known color: Turquoise. HEX triplet: 4A, DF and DA. RGB value is (74,223,218). Sum of RGB (Red+Green+Blue) = 74+223+218=515 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.37% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFDA is #B52025. Grayscale: #B1B1B1. Windows color (decimal): -11870246 or 14344010. OLE color: 14344010.

HSL color Cylindrical-coordinate representation of color #4ADFDA: hue angle of 177.99º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADFDA is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 223 218 -
CMYK 0.67 0 0.02 0.13
HSL 177.99º 0.7% 0.58% -
HSV(B) 177.99º 0.67% 0.87% -
XYZ 41.87 59.29 75.57 -
YUV 177.88 150.64 53.91 -
System Red Green Blue C M Y K H S L
Decimal 74 223 218 0.67 0 0.02 0.13 177.99 0.7 0.58
Hex 4A DF DA 43 0 2 D B2 46 3A
Octal 112 337 332 103 0 2 15 262 106 72
Binary 1001010 11011111 11011010 1000011 0 10 1101 10110010 1000110 111010

Color Harmonies of #4ADFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADFDA

Black with #4ADFDA

Text Example


Text Example

White with #4ADFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ADFDA; }

 p { color: rgb(74,223,218); }

 H1.HeaderClassName
 {
   color: #4ADFDA;
 }
 .AnyTagClassName
 {
   color: #4ADFDA;
 }
</style>

background-color css

<style>
 a { background-color: #4ADFDA; }

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

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

border-color css

<style>
 span { border-color: #4ADFDA; }

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

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