Html Css Color HEX #4ADCFC Turquoise Blue

📋 copy color: '#4ADCFC'

red 74 ◦ green 220 ◦ blue 252

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

Shades of Turquoise Blue #4ADCFC

Tints of Turquoise Blue #4ADCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.29%

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 13.55%
G = 40.29%
B = 46.15%

CMYK

 C value IS 0.71

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4ADCFC (or 0x4ADCFC) is known color: Turquoise Blue. HEX triplet: 4A, DC and FC. RGB value is (74,220,252). Sum of RGB (Red+Green+Blue) = 74+220+252=546 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.55% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #4ADCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADCFC is #B52303. Grayscale: #B3B3B3. Windows color (decimal): -11870980 or 16571466. OLE color: 16571466.

HSL color Cylindrical-coordinate representation of color #4ADCFC: hue angle of 190.79º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ADCFC is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 220 252 -
CMYK 0.71 0.13 0 0.01
HSL 190.79º 0.97% 0.64% -
HSV(B) 190.79º 0.71% 0.99% -
XYZ 45.99 59.67 101.19 -
YUV 179.99 168.63 52.4 -
System Red Green Blue C M Y K H S L
Decimal 74 220 252 0.71 0.13 0 0.01 190.79 0.97 0.64
Hex 4A DC FC 47 D 0 1 BF 61 40
Octal 112 334 374 107 15 0 1 277 141 100
Binary 1001010 11011100 11111100 1000111 1101 0 1 10111111 1100001 1000000

Color Harmonies of #4ADCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCFC

Black with #4ADCFC

Text Example


Text Example

White with #4ADCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,220,252); }

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

background-color css

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

 a { background-color: rgb(74,220,252); }

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

border-color css

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

 span { border-color: rgb(74,220,252); }

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