Html Css Color HEX #4ADCFD Turquoise Blue

📋 copy color: '#4ADCFD'

red 74 ◦ green 220 ◦ blue 253

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

Shades of Turquoise Blue #4ADCFD

Tints of Turquoise Blue #4ADCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.25%

R = 13.53%
G = 40.22%
B = 46.25%

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

#4ADCFD (or 0x4ADCFD) is known color: Turquoise Blue. HEX triplet: 4A, DC and FD. RGB value is (74,220,253). Sum of RGB (Red+Green+Blue) = 74+220+253=547 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.53% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #4ADCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADCFD is #B52302. Grayscale: #B3B3B3. Windows color (decimal): -11870979 or 16637002. OLE color: 16637002.

HSL color Cylindrical-coordinate representation of color #4ADCFD: hue angle of 191.06º degrees, saturation: 0.98, 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 #4ADCFD is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 220 253 -
CMYK 0.71 0.13 0 0.01
HSL 191.06º 0.98% 0.64% -
HSV(B) 191.06º 0.71% 0.99% -
XYZ 46.15 59.73 102.03 -
YUV 180.11 169.13 52.32 -
System Red Green Blue C M Y K H S L
Decimal 74 220 253 0.71 0.13 0 0.01 191.06 0.98 0.64
Hex 4A DC FD 47 D 0 1 BF 62 40
Octal 112 334 375 107 15 0 1 277 142 100
Binary 1001010 11011100 11111101 1000111 1101 0 1 10111111 1100010 1000000

Color Harmonies of #4ADCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCFD

Black with #4ADCFD

Text Example


Text Example

White with #4ADCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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