Html Css Color HEX #4AFDEA Turquoise

📋 copy color: '#4AFDEA'

red 74 ◦ green 253 ◦ blue 234

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

Shades of Turquoise #4AFDEA

Tints of Turquoise #4AFDEA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.1%

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 13.19%
G = 45.1%
B = 41.71%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#4AFDEA (or 0x4AFDEA) is known color: Turquoise. HEX triplet: 4A, FD and EA. RGB value is (74,253,234). Sum of RGB (Red+Green+Blue) = 74+253+234=561 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.19% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFDEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFDEA is #B50215. Grayscale: #C5C5C5. Windows color (decimal): -11862550 or 15400266. OLE color: 15400266.

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

Color convert

RGB 74 253 234 -
CMYK 0.71 0 0.08 0.01
HSL 173.63º 0.98% 0.64% -
HSV(B) 173.63º 0.71% 0.99% -
XYZ 52.8 77.65 90.05 -
YUV 197.31 148.7 40.04 -
System Red Green Blue C M Y K H S L
Decimal 74 253 234 0.71 0 0.08 0.01 173.63 0.98 0.64
Hex 4A FD EA 47 0 8 1 AE 62 40
Octal 112 375 352 107 0 10 1 256 142 100
Binary 1001010 11111101 11101010 1000111 0 1000 1 10101110 1100010 1000000

Color Harmonies of #4AFDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFDEA

Black with #4AFDEA

Text Example


Text Example

White with #4AFDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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