Html Css Color HEX #4ADFB4 Turquoise

📋 copy color: '#4ADFB4'

red 74 ◦ green 223 ◦ blue 180

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

Shades of Turquoise #4ADFB4

Tints of Turquoise #4ADFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.74%

R = 15.51%
G = 46.75%
B = 37.74%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#4ADFB4 (or 0x4ADFB4) is known color: Turquoise. HEX triplet: 4A, DF and B4. RGB value is (74,223,180). Sum of RGB (Red+Green+Blue) = 74+223+180=477 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.51% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFB4 is #B5204B. Grayscale: #ADADAD. Windows color (decimal): -11870284 or 11853642. OLE color: 11853642.

HSL color Cylindrical-coordinate representation of color #4ADFB4: hue angle of 162.68º 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 #4ADFB4 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 223 180 -
CMYK 0.67 0 0.19 0.13
HSL 162.68º 0.7% 0.58% -
HSV(B) 162.68º 0.67% 0.87% -
XYZ 37.45 57.53 52.31 -
YUV 173.55 131.64 57 -
System Red Green Blue C M Y K H S L
Decimal 74 223 180 0.67 0 0.19 0.13 162.68 0.7 0.58
Hex 4A DF B4 43 0 13 D A3 46 3A
Octal 112 337 264 103 0 23 15 243 106 72
Binary 1001010 11011111 10110100 1000011 0 10011 1101 10100011 1000110 111010

Color Harmonies of #4ADFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADFB4

Black with #4ADFB4

Text Example


Text Example

White with #4ADFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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