Html Css Color HEX #4ACFDF Medium Turquoise

📋 copy color: '#4ACFDF'

red 74 ◦ green 207 ◦ blue 223

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

Shades of Medium Turquoise #4ACFDF

Tints of Medium Turquoise #4ACFDF

RGB

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

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

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

R = 14.68%
G = 41.07%
B = 44.25%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4ACFDF (or 0x4ACFDF) is known color: Medium Turquoise. HEX triplet: 4A, CF and DF. RGB value is (74,207,223). Sum of RGB (Red+Green+Blue) = 74+207+223=504 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.68% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #4ACFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACFDF is #B53020. Grayscale: #A8A8A8. Windows color (decimal): -11874337 or 14667594. OLE color: 14667594.

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

Color convert

RGB 74 207 223 -
CMYK 0.67 0.07 0 0.13
HSL 186.44º 0.7% 0.58% -
HSV(B) 186.44º 0.67% 0.87% -
XYZ 38.46 51.41 77.71 -
YUV 169.06 158.44 60.2 -
System Red Green Blue C M Y K H S L
Decimal 74 207 223 0.67 0.07 0 0.13 186.44 0.7 0.58
Hex 4A CF DF 43 7 0 D BA 46 3A
Octal 112 317 337 103 7 0 15 272 106 72
Binary 1001010 11001111 11011111 1000011 111 0 1101 10111010 1000110 111010

Color Harmonies of #4ACFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACFDF

Black with #4ACFDF

Text Example


Text Example

White with #4ACFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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