Html Css Color HEX #4ACFD5 Medium Turquoise

📋 copy color: '#4ACFD5'

red 74 ◦ green 207 ◦ blue 213

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

Shades of Medium Turquoise #4ACFD5

Tints of Medium Turquoise #4ACFD5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.9%

 BLUE value IS 213 (83.59% from 255) = 43.12%

R = 14.98%
G = 41.9%
B = 43.12%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4ACFD5 (or 0x4ACFD5) is known color: Medium Turquoise. HEX triplet: 4A, CF and D5. RGB value is (74,207,213). Sum of RGB (Red+Green+Blue) = 74+207+213=494 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.98% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #4ACFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACFD5 is #B5302A. Grayscale: #A7A7A7. Windows color (decimal): -11874347 or 14012234. OLE color: 14012234.

HSL color Cylindrical-coordinate representation of color #4ACFD5: hue angle of 182.59º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ACFD5 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 207 213 -
CMYK 0.65 0.03 0 0.16
HSL 182.59º 0.62% 0.56% -
HSV(B) 182.59º 0.65% 0.84% -
XYZ 37.15 50.89 70.81 -
YUV 167.92 153.44 61.01 -
System Red Green Blue C M Y K H S L
Decimal 74 207 213 0.65 0.03 0 0.16 182.59 0.62 0.56
Hex 4A CF D5 41 3 0 10 B7 3E 38
Octal 112 317 325 101 3 0 20 267 76 70
Binary 1001010 11001111 11010101 1000001 11 0 10000 10110111 111110 111000

Color Harmonies of #4ACFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACFD5

Black with #4ACFD5

Text Example


Text Example

White with #4ACFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,207,213); }

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

background-color css

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

 a { background-color: rgb(74,207,213); }

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

border-color css

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

 span { border-color: rgb(74,207,213); }

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