Html Css Color HEX #4AFBCA Turquoise

📋 copy color: '#4AFBCA'

red 74 ◦ green 251 ◦ blue 202

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

Shades of Turquoise #4AFBCA

Tints of Turquoise #4AFBCA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.63%

 BLUE value IS 202 (79.3% from 255) = 38.33%

R = 14.04%
G = 47.63%
B = 38.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#4AFBCA (or 0x4AFBCA) is known color: Turquoise. HEX triplet: 4A, FB and CA. RGB value is (74,251,202). Sum of RGB (Red+Green+Blue) = 74+251+202=527 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.04% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBCA is #B50435. Grayscale: #C0C0C0. Windows color (decimal): -11863094 or 13302602. OLE color: 13302602.

HSL color Cylindrical-coordinate representation of color #4AFBCA: hue angle of 163.39º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFBCA is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 251 202 -
CMYK 0.71 0 0.20 0.02
HSL 163.39º 0.96% 0.64% -
HSV(B) 163.39º 0.71% 0.98% -
XYZ 47.98 74.71 67.77 -
YUV 192.49 133.36 43.48 -
System Red Green Blue C M Y K H S L
Decimal 74 251 202 0.71 0 0.20 0.02 163.39 0.96 0.64
Hex 4A FB CA 47 0 14 2 A3 60 40
Octal 112 373 312 107 0 24 2 243 140 100
Binary 1001010 11111011 11001010 1000111 0 10100 10 10100011 1100000 1000000

Color Harmonies of #4AFBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFBCA

Black with #4AFBCA

Text Example


Text Example

White with #4AFBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,251,202); }

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

background-color css

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

 a { background-color: rgb(74,251,202); }

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

border-color css

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

 span { border-color: rgb(74,251,202); }

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