Html Css Color HEX #4AFCED Turquoise

📋 copy color: '#4AFCED'

red 74 ◦ green 252 ◦ blue 237

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

Shades of Turquoise #4AFCED

Tints of Turquoise #4AFCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.76%

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 13.14%
G = 44.76%
B = 42.1%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#4AFCED (or 0x4AFCED) is known color: Turquoise. HEX triplet: 4A, FC and ED. RGB value is (74,252,237). Sum of RGB (Red+Green+Blue) = 74+252+237=563 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.14% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFCED is #B50312. Grayscale: #C4C4C4. Windows color (decimal): -11862803 or 15596618. OLE color: 15596618.

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

Color convert

RGB 74 252 237 -
CMYK 0.71 0 0.06 0.01
HSL 174.94º 0.97% 0.64% -
HSV(B) 174.94º 0.71% 0.99% -
XYZ 52.92 77.19 92.23 -
YUV 197.07 150.53 40.22 -
System Red Green Blue C M Y K H S L
Decimal 74 252 237 0.71 0 0.06 0.01 174.94 0.97 0.64
Hex 4A FC ED 47 0 6 1 AF 61 40
Octal 112 374 355 107 0 6 1 257 141 100
Binary 1001010 11111100 11101101 1000111 0 110 1 10101111 1100001 1000000

Color Harmonies of #4AFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFCED

Black with #4AFCED

Text Example


Text Example

White with #4AFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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