Html Css Color HEX #4AFBCE Turquoise

📋 copy color: '#4AFBCE'

red 74 ◦ green 251 ◦ blue 206

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

Shades of Turquoise #4AFBCE

Tints of Turquoise #4AFBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 13.94%
G = 47.27%
B = 38.79%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#4AFBCE (or 0x4AFBCE) is known color: Turquoise. HEX triplet: 4A, FB and CE. RGB value is (74,251,206). Sum of RGB (Red+Green+Blue) = 74+251+206=531 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.94% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBCE is #B50431. Grayscale: #C0C0C0. Windows color (decimal): -11863090 or 13564746. OLE color: 13564746.

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

Color convert

RGB 74 251 206 -
CMYK 0.71 0 0.18 0.02
HSL 164.75º 0.96% 0.64% -
HSV(B) 164.75º 0.71% 0.98% -
XYZ 48.46 74.91 70.3 -
YUV 192.95 135.36 43.16 -
System Red Green Blue C M Y K H S L
Decimal 74 251 206 0.71 0 0.18 0.02 164.75 0.96 0.64
Hex 4A FB CE 47 0 12 2 A5 60 40
Octal 112 373 316 107 0 22 2 245 140 100
Binary 1001010 11111011 11001110 1000111 0 10010 10 10100101 1100000 1000000

Color Harmonies of #4AFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFBCE

Black with #4AFBCE

Text Example


Text Example

White with #4AFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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