Html Css Color HEX #4EF6CC Turquoise

📋 copy color: '#4EF6CC'

red 78 ◦ green 246 ◦ blue 204

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

Shades of Turquoise #4EF6CC

Tints of Turquoise #4EF6CC

RGB

 RED value IS 78 (30.86% from 255) = 14.77%

 GREEN value IS 246 (96.48% from 255) = 46.59%

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 14.77%
G = 46.59%
B = 38.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#4EF6CC (or 0x4EF6CC) is known color: Turquoise. HEX triplet: 4E, F6 and CC. RGB value is (78,246,204). Sum of RGB (Red+Green+Blue) = 78+246+204=528 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.77% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #4EF6CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF6CC is #B10933. Grayscale: #BEBEBE. Windows color (decimal): -11602228 or 13432398. OLE color: 13432398.

HSL color Cylindrical-coordinate representation of color #4EF6CC: hue angle of 165º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF6CC is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 78 246 204 -
CMYK 0.68 0 0.17 0.04
HSL 165º 0.9% 0.64% -
HSV(B) 165º 0.68% 0.96% -
XYZ 47 71.89 68.53 -
YUV 190.98 135.34 47.42 -
System Red Green Blue C M Y K H S L
Decimal 78 246 204 0.68 0 0.17 0.04 165 0.9 0.64
Hex 4E F6 CC 44 0 11 4 A5 5A 40
Octal 116 366 314 104 0 21 4 245 132 100
Binary 1001110 11110110 11001100 1000100 0 10001 100 10100101 1011010 1000000

Color Harmonies of #4EF6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF6CC

Black with #4EF6CC

Text Example


Text Example

White with #4EF6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,246,204); }

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

background-color css

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

 a { background-color: rgb(78,246,204); }

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

border-color css

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

 span { border-color: rgb(78,246,204); }

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