Html Css Color HEX #4AFBDF Turquoise

📋 copy color: '#4AFBDF'

red 74 ◦ green 251 ◦ blue 223

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

Shades of Turquoise #4AFBDF

Tints of Turquoise #4AFBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 13.5%
G = 45.8%
B = 40.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#4AFBDF (or 0x4AFBDF) is known color: Turquoise. HEX triplet: 4A, FB and DF. RGB value is (74,251,223). Sum of RGB (Red+Green+Blue) = 74+251+223=548 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.50% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBDF is #B50420. Grayscale: #C2C2C2. Windows color (decimal): -11863073 or 14678858. OLE color: 14678858.

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

Color convert

RGB 74 251 223 -
CMYK 0.71 0 0.11 0.02
HSL 170.51º 0.96% 0.64% -
HSV(B) 170.51º 0.71% 0.98% -
XYZ 50.64 75.78 81.77 -
YUV 194.89 143.86 41.78 -
System Red Green Blue C M Y K H S L
Decimal 74 251 223 0.71 0 0.11 0.02 170.51 0.96 0.64
Hex 4A FB DF 47 0 B 2 AB 60 40
Octal 112 373 337 107 0 13 2 253 140 100
Binary 1001010 11111011 11011111 1000111 0 1011 10 10101011 1100000 1000000

Color Harmonies of #4AFBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFBDF

Black with #4AFBDF

Text Example


Text Example

White with #4AFBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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