Html Css Color HEX #4AFBEB Turquoise

📋 copy color: '#4AFBEB'

red 74 ◦ green 251 ◦ blue 235

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

Shades of Turquoise #4AFBEB

Tints of Turquoise #4AFBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 13.21%
G = 44.82%
B = 41.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#4AFBEB (or 0x4AFBEB) is known color: Turquoise. HEX triplet: 4A, FB and EB. RGB value is (74,251,235). Sum of RGB (Red+Green+Blue) = 74+251+235=560 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.21% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFBEB is #B50414. Grayscale: #C4C4C4. Windows color (decimal): -11863061 or 15465290. OLE color: 15465290.

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

Color convert

RGB 74 251 235 -
CMYK 0.71 0 0.06 0.02
HSL 174.58º 0.96% 0.64% -
HSV(B) 174.58º 0.71% 0.98% -
XYZ 52.32 76.45 90.6 -
YUV 196.25 149.86 40.8 -
System Red Green Blue C M Y K H S L
Decimal 74 251 235 0.71 0 0.06 0.02 174.58 0.96 0.64
Hex 4A FB EB 47 0 6 2 AF 60 40
Octal 112 373 353 107 0 6 2 257 140 100
Binary 1001010 11111011 11101011 1000111 0 110 10 10101111 1100000 1000000

Color Harmonies of #4AFBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFBEB

Black with #4AFBEB

Text Example


Text Example

White with #4AFBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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