Html Css Color HEX #4AFDCB Turquoise

📋 copy color: '#4AFDCB'

red 74 ◦ green 253 ◦ blue 203

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

Shades of Turquoise #4AFDCB

Tints of Turquoise #4AFDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.3%

R = 13.96%
G = 47.74%
B = 38.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#4AFDCB (or 0x4AFDCB) is known color: Turquoise. HEX triplet: 4A, FD and CB. RGB value is (74,253,203). Sum of RGB (Red+Green+Blue) = 74+253+203=530 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.96% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFDCB is #B50234. Grayscale: #C1C1C1. Windows color (decimal): -11862581 or 13368650. OLE color: 13368650.

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

Color convert

RGB 74 253 203 -
CMYK 0.71 0 0.20 0.01
HSL 163.24º 0.98% 0.64% -
HSV(B) 163.24º 0.71% 0.99% -
XYZ 48.73 76.02 68.6 -
YUV 193.78 133.2 42.57 -
System Red Green Blue C M Y K H S L
Decimal 74 253 203 0.71 0 0.20 0.01 163.24 0.98 0.64
Hex 4A FD CB 47 0 14 1 A3 62 40
Octal 112 375 313 107 0 24 1 243 142 100
Binary 1001010 11111101 11001011 1000111 0 10100 1 10100011 1100010 1000000

Color Harmonies of #4AFDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFDCB

Black with #4AFDCB

Text Example


Text Example

White with #4AFDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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