Html Css Color HEX #4CF8EA Turquoise

📋 copy color: '#4CF8EA'

red 76 ◦ green 248 ◦ blue 234

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

Shades of Turquoise #4CF8EA

Tints of Turquoise #4CF8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.94%

R = 13.62%
G = 44.44%
B = 41.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#4CF8EA (or 0x4CF8EA) is known color: Turquoise. HEX triplet: 4C, F8 and EA. RGB value is (76,248,234). Sum of RGB (Red+Green+Blue) = 76+248+234=558 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.62% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF8EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF8EA is #B30715. Grayscale: #C2C2C2. Windows color (decimal): -11732758 or 15398988. OLE color: 15398988.

HSL color Cylindrical-coordinate representation of color #4CF8EA: hue angle of 175.12º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF8EA is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 76 248 234 -
CMYK 0.69 0 0.06 0.03
HSL 175.12º 0.92% 0.64% -
HSV(B) 175.12º 0.69% 0.97% -
XYZ 51.4 74.61 89.53 -
YUV 194.98 150.02 43.14 -
System Red Green Blue C M Y K H S L
Decimal 76 248 234 0.69 0 0.06 0.03 175.12 0.92 0.64
Hex 4C F8 EA 45 0 6 3 AF 5C 40
Octal 114 370 352 105 0 6 3 257 134 100
Binary 1001100 11111000 11101010 1000101 0 110 11 10101111 1011100 1000000

Color Harmonies of #4CF8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF8EA

Black with #4CF8EA

Text Example


Text Example

White with #4CF8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,248,234); }

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

background-color css

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

 a { background-color: rgb(76,248,234); }

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

border-color css

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

 span { border-color: rgb(76,248,234); }

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