Html Css Color HEX #4AF8EB Turquoise

📋 copy color: '#4AF8EB'

red 74 ◦ green 248 ◦ blue 235

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

Shades of Turquoise #4AF8EB

Tints of Turquoise #4AF8EB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.52%

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

R = 13.29%
G = 44.52%
B = 42.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#4AF8EB (or 0x4AF8EB) is known color: Turquoise. HEX triplet: 4A, F8 and EB. RGB value is (74,248,235). Sum of RGB (Red+Green+Blue) = 74+248+235=557 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.29% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF8EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF8EB is #B50714. Grayscale: #C2C2C2. Windows color (decimal): -11863829 or 15464522. OLE color: 15464522.

HSL color Cylindrical-coordinate representation of color #4AF8EB: hue angle of 175.52º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF8EB is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 74 248 235 -
CMYK 0.70 0 0.05 0.03
HSL 175.52º 0.93% 0.63% -
HSV(B) 175.52º 0.7% 0.97% -
XYZ 51.39 74.59 90.29 -
YUV 194.49 150.85 42.06 -
System Red Green Blue C M Y K H S L
Decimal 74 248 235 0.70 0 0.05 0.03 175.52 0.93 0.63
Hex 4A F8 EB 46 0 5 3 B0 5D 3F
Octal 112 370 353 106 0 5 3 260 135 77
Binary 1001010 11111000 11101011 1000110 0 101 11 10110000 1011101 111111

Color Harmonies of #4AF8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF8EB

Black with #4AF8EB

Text Example


Text Example

White with #4AF8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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