Html Css Color HEX #4CF7CA Turquoise

📋 copy color: '#4CF7CA'

red 76 ◦ green 247 ◦ blue 202

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

Shades of Turquoise #4CF7CA

Tints of Turquoise #4CF7CA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.05%

 BLUE value IS 202 (79.3% from 255) = 38.48%

R = 14.48%
G = 47.05%
B = 38.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#4CF7CA (or 0x4CF7CA) is known color: Turquoise. HEX triplet: 4C, F7 and CA. RGB value is (76,247,202). Sum of RGB (Red+Green+Blue) = 76+247+202=525 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.48% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #4CF7CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF7CA is #B30835. Grayscale: #BEBEBE. Windows color (decimal): -11733046 or 13301580. OLE color: 13301580.

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

Color convert

RGB 76 247 202 -
CMYK 0.69 0 0.18 0.03
HSL 164.21º 0.91% 0.63% -
HSV(B) 164.21º 0.69% 0.97% -
XYZ 46.9 72.32 67.36 -
YUV 190.74 134.35 46.16 -
System Red Green Blue C M Y K H S L
Decimal 76 247 202 0.69 0 0.18 0.03 164.21 0.91 0.63
Hex 4C F7 CA 45 0 12 3 A4 5B 3F
Octal 114 367 312 105 0 22 3 244 133 77
Binary 1001100 11110111 11001010 1000101 0 10010 11 10100100 1011011 111111

Color Harmonies of #4CF7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF7CA

Black with #4CF7CA

Text Example


Text Example

White with #4CF7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,247,202); }

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

background-color css

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

 a { background-color: rgb(76,247,202); }

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

border-color css

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

 span { border-color: rgb(76,247,202); }

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