Html Css Color HEX #2FC7CC Medium Turquoise

📋 copy color: '#2FC7CC'

red 47 ◦ green 199 ◦ blue 204

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

Shades of Medium Turquoise #2FC7CC

Tints of Medium Turquoise #2FC7CC

RGB

 RED value IS 47 (18.75% from 255) = 10.44%

 GREEN value IS 199 (78.13% from 255) = 44.22%

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

R = 10.44%
G = 44.22%
B = 45.33%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2FC7CC (or 0x2FC7CC) is known color: Medium Turquoise. HEX triplet: 2F, C7 and CC. RGB value is (47,199,204). Sum of RGB (Red+Green+Blue) = 47+199+204=450 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.44% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #2FC7CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC7CC is #D03833. Grayscale: #999999. Windows color (decimal): -13645876 or 13420335. OLE color: 13420335.

HSL color Cylindrical-coordinate representation of color #2FC7CC: hue angle of 181.91º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC7CC is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 47 199 204 -
CMYK 0.77 0.02 0 0.2
HSL 181.91º 0.63% 0.49% -
HSV(B) 181.91º 0.77% 0.8% -
XYZ 32.49 45.81 64.26 -
YUV 154.12 156.14 51.59 -
System Red Green Blue C M Y K H S L
Decimal 47 199 204 0.77 0.02 0 0.2 181.91 0.63 0.49
Hex 2F C7 CC 4D 2 0 14 B6 3F 31
Octal 57 307 314 115 2 0 24 266 77 61
Binary 101111 11000111 11001100 1001101 10 0 10100 10110110 111111 110001

Color Harmonies of #2FC7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC7CC

Black with #2FC7CC

Text Example


Text Example

White with #2FC7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FC7CC; }

 p { color: rgb(47,199,204); }

 H1.HeaderClassName
 {
   color: #2FC7CC;
 }
 .AnyTagClassName
 {
   color: #2FC7CC;
 }
</style>

background-color css

<style>
 a { background-color: #2FC7CC; }

 a { background-color: rgb(47,199,204); }

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

border-color css

<style>
 span { border-color: #2FC7CC; }

 span { border-color: rgb(47,199,204); }

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