Html Css Color HEX #4CFAEB Turquoise

📋 copy color: '#4CFAEB'

red 76 ◦ green 250 ◦ blue 235

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

Shades of Turquoise #4CFAEB

Tints of Turquoise #4CFAEB

RGB

 RED value IS 76 (30.08% from 255) = 13.55%

 GREEN value IS 250 (98.05% from 255) = 44.56%

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

R = 13.55%
G = 44.56%
B = 41.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#4CFAEB (or 0x4CFAEB) is known color: Turquoise. HEX triplet: 4C, FA and EB. RGB value is (76,250,235). Sum of RGB (Red+Green+Blue) = 76+250+235=561 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.55% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFAEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFAEB is #B30514. Grayscale: #C4C4C4. Windows color (decimal): -11732245 or 15465036. OLE color: 15465036.

HSL color Cylindrical-coordinate representation of color #4CFAEB: hue angle of 174.83º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFAEB is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 250 235 -
CMYK 0.70 0 0.06 0.02
HSL 174.83º 0.95% 0.64% -
HSV(B) 174.83º 0.7% 0.98% -
XYZ 52.16 75.91 90.5 -
YUV 196.26 149.85 42.22 -
System Red Green Blue C M Y K H S L
Decimal 76 250 235 0.70 0 0.06 0.02 174.83 0.95 0.64
Hex 4C FA EB 46 0 6 2 AF 5F 40
Octal 114 372 353 106 0 6 2 257 137 100
Binary 1001100 11111010 11101011 1000110 0 110 10 10101111 1011111 1000000

Color Harmonies of #4CFAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFAEB

Black with #4CFAEB

Text Example


Text Example

White with #4CFAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,250,235); }

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

background-color css

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

 a { background-color: rgb(76,250,235); }

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

border-color css

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

 span { border-color: rgb(76,250,235); }

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